Commit Graph

53868 Commits

Author SHA1 Message Date
Johannes Schickel
1cc58ce679 CONFIGURE: Allow dependency checks for engines.
Also adds PNG as a dependency for sword25 and removes the hardcoded check for
it.
2012-08-31 22:30:25 +02:00
Einar Johan Trøan Sømåen
4a6c031e31 WINTERMUTE: Fix a regression from the getSize()->size() change. 2012-08-31 21:50:12 +02:00
Einar Johan Trøan Sømåen
e067520bb9 WINTERMUTE: Use tabs in enums 2012-08-31 21:03:29 +02:00
Einar Johan Trøan Sømåen
59b1bbfa15 WINTERMUTE: Even more fixes to header-guards. 2012-08-31 20:52:23 +02:00
Einar Johan Trøan Sømåen
fb367d1ac3 WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.h 2012-08-31 20:14:34 +02:00
Einar Johan Trøan Sømåen
313376c329 WINTERMUTE: Fix a warning I missed in the last commit. 2012-08-31 20:00:41 +02:00
Einar Johan Trøan Sømåen
7027741de7 WINTERMUTE: Fix warnings 2012-08-31 20:00:41 +02:00
Einar Johan Trøan Sømåen
158a206086 WINTERMUTE: Use ++it instead of it++ 2012-08-31 20:00:41 +02:00
Einar Johan Trøan Sømåen
8cf7d765c0 WINTERMUTE: General cleanup 2012-08-31 20:00:40 +02:00
Einar Johan Trøan Sømåen
07c27b775c WINTERMUTE: Cleanup the header-guards. 2012-08-31 20:00:32 +02:00
Einar Johan Trøan Sømåen
2fd38f47e0 WINTERMUTE: Replace col_templ's getSize with Common::Array::size() 2012-08-31 19:23:41 +02:00
Bertrand Augereau
ede8b063cc SCUMM: Workaround : USE_ARM_COSTUME_ASM is buggy as visible during Indy 4 intro on OpenPandora, iPhone and probably others.
(The appearing logo is distorted)
2012-08-31 19:08:50 +02:00
Bertrand Augereau
da0f274411 SCUMM: Fix of spaces/tabs mismatch (Cosmetic) 2012-08-31 18:26:20 +02:00
Bertrand Augereau
94921846eb OPENPANDORA: New touchscreen mode where the stylus hovers and the DPad left/right/up trigger left/right/middle clicks 2012-08-31 17:38:46 +02:00
Einar Johan Trøan Sømåen
969f4d5947 WINTERMUTE: Take int32 as parameters in Rect32. 2012-08-31 17:37:25 +02:00
Einar Johan Trøan Sømåen
8a212c3b6c WINTERMUTE: Add namespacing to the UTF-conversion code 2012-08-31 17:29:16 +02:00
Einar Johan Trøan Sømåen
b01f09e82f WINTERMUTE: Use <math.h> instead of <cmath> 2012-08-31 17:28:37 +02:00
Einar Johan Trøan Sømåen
d5f92497e6 WINTERMUTE: Correct some endif-comments. 2012-08-31 17:16:49 +02:00
Einar Johan Trøan Sømåen
2d70964e9c WINTERMUTE: Use tabs instead of spaces in ad_types.h 2012-08-31 17:15:03 +02:00
Einar Johan Trøan Sømåen
06caf2da98 WINTERMUTE: Use tabs instead of spaces for indenting dctypes.h 2012-08-31 17:10:01 +02:00
Einar Johan Trøan Sømåen
3dc5d32e85 WINTERMUTE: Replace qsort with Common::sort 2012-08-31 16:55:17 +02:00
Einar Johan Trøan Sømåen
71981aaecf WINTERMUTE: Simplify getNodeForRelativePath 2012-08-31 16:34:12 +02:00
Einar Johan Trøan Sømåen
764ca7a51a WINTERMUTE: Fix some of the clang++ warnings listed by LordHoto 2012-08-31 14:21:33 +02:00
Einar Johan Trøan Sømåen
2039ea6b8d WINTERMUTE: Fix g++ warnings listed by LordHoto 2012-08-31 14:01:18 +02:00
Einar Johan Trøan Sømåen
16b27090b1 WINTERMUTE: Update to use new TGA-decoder and new Video-system 2012-08-31 13:49:38 +02:00
Einar Johan Trøan Sømåen
3fe7f2cbe2 Merge remote-tracking branch 'origin/master' into wintermute 2012-08-31 13:11:31 +02:00
Bertrand Augereau
10a947a0be GRAPHICS: Scope reduction of the sometimes unused alpha component in TGADecoder::readHeader 2012-08-30 18:32:27 +02:00
Bertrand Augereau
3b4d713ba1 GRAPHICS: Undefined behaviour/warnings removal in the TGA decoder 2012-08-30 18:13:00 +02:00
Strangerke
56c5961fb4 TONY: Translate some variables in findPath, reduce some variable scopes 2012-08-30 08:06:10 +02:00
Strangerke
825e0896dc TONY: Replace C-style comments by C++-style ones.
Also translate some more Italian comments
2012-08-29 23:25:14 +02:00
Strangerke
766eadeef9 TONY: Translate some remaining Italian comments 2012-08-29 22:47:33 +02:00
Johannes Schickel
f87154def8 GRAPHICS: Slight formatting change for consistency. 2012-08-29 15:59:15 +02:00
Johannes Schickel
f189d8a541 GRAPHICS: Remove extra semicolon. 2012-08-29 15:58:55 +02:00
Johannes Schickel
933726a7e8 Merge pull request #263 from somaen/tgaloader
GRAPHICS: Add in a TGA-decoder
2012-08-29 06:58:22 -07:00
Einar Johan Trøan Sømåen
47a7df2d0f GRAPHICS: Add in a TGA-decoder 2012-08-29 14:05:54 +02:00
Alyssa Milburn
985151fe13 TONY: Limit effect of cursor workaround.
This avoids incorrect hotspot offsets.
2012-08-29 09:13:43 +02:00
Alyssa Milburn
a6673aaf90 TONY: Remove useless/commented music code. 2012-08-29 09:12:53 +02:00
Strangerke
a29f1fb04c TONY: Remove some dead code 2012-08-29 08:14:41 +02:00
Strangerke
92a9820f33 TONY: Translate some remaining italian comments 2012-08-29 08:11:52 +02:00
Strangerke
b12ccad994 TONY: Reduce scope of some variables 2012-08-29 00:30:07 +02:00
Strangerke
d2b33ca4cc TONY: Janitorial - remove trailing spaces 2012-08-28 23:25:50 +02:00
Strangerke
56f4bc0225 TONY: Fix some for and if statements with bad coding style 2012-08-28 23:05:48 +02:00
Willem Jan Palenstijn
cdeecf1521 TONY: Replace overlapping memcpy with memmove 2012-08-28 22:50:32 +02:00
Alyssa Milburn
142ac7600f TONY: Remove most of the remaining global functions. 2012-08-28 22:28:44 +02:00
Alyssa Milburn
3c986af9ce TONY: Remove unnecessary mainloop mutex.
Also, all the related freeze functions/members.
2012-08-28 22:10:12 +02:00
Alyssa Milburn
9ebbeda949 TONY: Implement some forgotten sound/music functions. 2012-08-28 20:25:48 +02:00
Alyssa Milburn
23638a07d3 TONY: Fix crash with TA_PERORATE. 2012-08-28 17:19:00 +02:00
Alyssa Milburn
31801137b5 Merge remote-tracking branch 'origin/master' into tony
Conflicts:
	common/coroutines.cpp
	common/coroutines.h
	devtools/create_project/msbuild.cpp
	devtools/create_project/visualstudio.cpp
2012-08-28 15:54:12 +02:00
Alyssa Milburn
35fd91793b TONY: Get rid of RMDataStream. 2012-08-28 14:26:00 +02:00
Alyssa Milburn
18b1f6d7c6 TONY: Remove unused data dumping code. 2012-08-28 13:33:24 +02:00