Commit Graph

1461 Commits

Author SHA1 Message Date
Matt Hargett
943de561bf Change snprintf to sprintf to be consistent with surrounding code.
svn-id: r4902
2002-09-07 20:59:56 +00:00
Matt Hargett
0069fb1072 Fix heap corruption. Fix compiler warning.
svn-id: r4901
2002-09-07 19:55:16 +00:00
Paweł Kołodziejski
5b4f2cefef added write support to File
svn-id: r4900
2002-09-02 22:06:26 +00:00
Paweł Kołodziejski
e0dcf4d8ec removed (+ pos)
svn-id: r4899
2002-09-02 21:12:57 +00:00
Paweł Kołodziejski
bb6bff1b5e corrected lower/upper changes in File
svn-id: r4898
2002-09-02 20:53:12 +00:00
Paweł Kołodziejski
687e82c0fa fixes
svn-id: r4897
2002-09-02 20:15:14 +00:00
Paweł Kołodziejski
ca03c9b5fc changed file io in sounds to class File
svn-id: r4896
2002-09-02 07:53:43 +00:00
Paweł Kołodziejski
97ef7c2a34 more resolution fixes
svn-id: r4895
2002-09-01 16:37:08 +00:00
Paweł Kołodziejski
34386f1292 changed to rtRoom constant
svn-id: r4894
2002-09-01 16:07:10 +00:00
Paweł Kołodziejski
daa997fab2 fixes to resolutions
svn-id: r4893
2002-09-01 15:01:40 +00:00
Ruediger Hanke
a2ab750f88 Awww, that should have been 25
svn-id: r4892
2002-08-31 23:02:14 +00:00
Ruediger Hanke
79c1f284b7 Limit number of update rects to keep
svn-id: r4891
2002-08-31 22:59:26 +00:00
Paweł Kołodziejski
93b630dcfe commited patch: #601899
svn-id: r4890
2002-08-31 21:23:28 +00:00
Paweł Kołodziejski
0559f7a6aa and more fixes
svn-id: r4889
2002-08-31 19:26:04 +00:00
Paweł Kołodziejski
c1cbba1d65 more fixes
svn-id: r4888
2002-08-31 18:57:08 +00:00
Paweł Kołodziejski
bb71d9e677 fixes
svn-id: r4887
2002-08-31 18:46:00 +00:00
Paweł Kołodziejski
23c8db6780 fixed with new costume
svn-id: r4886
2002-08-31 18:36:34 +00:00
Paweł Kołodziejski
6e751af6c0 changed resolution values from static to dynamic, I hope I don't break something
svn-id: r4885
2002-08-31 16:29:17 +00:00
Max Horn
8d3a3fc1d6 changed spacing - this is not based on the original game, but rather on visual observations (with this changed, the spacing in the about dialog looks much better)
svn-id: r4884
2002-08-31 15:00:44 +00:00
Max Horn
828d0849a1 fix for bug #599511 (crash when choosing 'about' option)
svn-id: r4883
2002-08-31 14:53:26 +00:00
Max Horn
c41b6b53d2 fix for bug #602354
svn-id: r4882
2002-08-31 14:27:33 +00:00
Max Horn
caf9817cb1 don't print char 0x7f
svn-id: r4881
2002-08-31 14:14:24 +00:00
Max Horn
6fbbe68219 oops, those were never meant to be checked in
svn-id: r4880
2002-08-31 13:50:23 +00:00
Max Horn
bc42d1a2e6 fixed text centering in GF_OLD256 games, e.g. during the Indy3 intro and in the F7 dialog (bug #599598)
svn-id: r4879
2002-08-31 13:49:06 +00:00
Max Horn
2618a9bfdc use class String for widget labels
svn-id: r4878
2002-08-31 13:42:07 +00:00
Max Horn
a39711e256 fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/rect.h to common/rect.h
svn-id: r4877
2002-08-31 13:29:10 +00:00
Max Horn
0c7771a706 removed bad strdup implementation
svn-id: r4876
2002-08-31 13:12:46 +00:00
Paweł Kołodziejski
e8c4f2099c updated
svn-id: r4875
2002-08-31 09:55:58 +00:00
Paweł Kołodziejski
3826c7c8a8 changed Bundle to File class, cleanup
svn-id: r4874
2002-08-31 09:50:36 +00:00
Paweł Kołodziejski
bd7b93061b added class File
svn-id: r4873
2002-08-31 07:43:34 +00:00
Max Horn
70eec52941 minor tweaks
svn-id: r4872
2002-08-30 20:47:48 +00:00
Paweł Kołodziejski
caff7b00e9 fixed endlines
svn-id: r4871
2002-08-30 15:24:16 +00:00
Paweł Kołodziejski
a1fa514b5a some cleanup
svn-id: r4870
2002-08-30 07:24:45 +00:00
Paweł Kołodziejski
9b34985faa updated VC6 project files
svn-id: r4869
2002-08-30 05:08:40 +00:00
Travis Howell
b8d28237d7 mingw still requires separate makefile for now
svn-id: r4868
2002-08-30 02:48:31 +00:00
Max Horn
41c2d6fba3 sound system cleanup
svn-id: r4867
2002-08-29 23:45:15 +00:00
Max Horn
4b83c17b31 some cleanup/refactoring
svn-id: r4866
2002-08-29 20:01:27 +00:00
Max Horn
31853df454 compilation fix
svn-id: r4865
2002-08-29 19:40:51 +00:00
Max Horn
bbcae3efbe experimental support for the V2 resource format (patch #601560)
svn-id: r4864
2002-08-29 16:57:43 +00:00
Max Horn
0cf920e040 some cleanup to the save/load code... I think some more wouldn't hurt :-)
svn-id: r4863
2002-08-26 16:47:14 +00:00
Max Horn
39422bd24a fix endian issue for old savegames created on big endian system when trying to load them on little endian systems
svn-id: r4862
2002-08-26 16:13:38 +00:00
Max Horn
bacdd936f2 trying to reduce file interdependencies a bit
svn-id: r4861
2002-08-25 22:54:43 +00:00
Ruediger Hanke
1673f0174e German FT TRES file has a multiline string which caused an assertion failure
svn-id: r4860
2002-08-25 22:25:18 +00:00
Ruediger Hanke
b295fd0bbd Yet another char issue, caused balance out of range error
svn-id: r4859
2002-08-25 22:23:47 +00:00
Ruediger Hanke
a605b453ce Endian fix
svn-id: r4858
2002-08-25 20:14:52 +00:00
Ruediger Hanke
31562600b7 Please note that char type is not an abbreviation for signed char ... is can be (and is) unsigned on some systems
svn-id: r4857
2002-08-25 20:12:04 +00:00
Ruediger Hanke
b3f038b8df Fixing subtitles for German dig - TRES file is unencrypted in German version
svn-id: r4856
2002-08-25 20:10:01 +00:00
Paweł Kołodziejski
73b031515e applied patch #599909
svn-id: r4855
2002-08-25 18:40:23 +00:00
Paweł Kołodziejski
b169ef13e3 fixed names
svn-id: r4854
2002-08-25 17:36:34 +00:00
Paweł Kołodziejski
0ad222a7ad better SFX suport in the Dig
svn-id: r4852
2002-08-25 15:06:53 +00:00