Commit Graph

1246 Commits

Author SHA1 Message Date
Matthew Hoops
0031c41db8 COMMON: Change kPlatformPC to kPlatformDOS
"PC" was very ambiguous and now it matches what we show in the GUI.

This also corrects sword2's platform to Windows.
2013-05-02 18:43:10 -04:00
Strangerke
9d9f9712ce TSAGE: Fix some non-initialized variables. CID 1002415, 1002416, 1002417, 1002418 2013-04-29 10:41:28 +02:00
Strangerke
b4f5a1a93c TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002102, 1002399, 1002400, 1002402 2013-04-29 10:01:01 +02:00
Strangerke
a1c4203fe8 TSAGE: Fix some non-initialized variables. CID 1002367, 1002368, 1002369, 1002370 2013-04-29 09:35:44 +02:00
Strangerke
4a8b0866c4 TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002103, 100214, 1002403, 1002404, 1002405, 1002406, 1002407, 1002408, 1002409, 1002410, 1002411, 1002412, 1002413, 1002414, 2013-04-29 08:01:59 +02:00
Eugene Sandulenko
ebf2ac5448 TSAGE: Fix nesting level. CID 1003633 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
c5ba90f988 TSAGE: Fix nesting level. CID 1003634 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
bddd889058 TSAGE: Fix nexting level. CID 1003635 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
30f78b3f4e TSAGE: Fixed nesting level. CID 1003636 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
717281734d TSAGE: Fixed nesting level. CID 1003637 2013-04-28 23:59:21 +03:00
Strangerke
e65597c8f3 TSAGE: Fix some non-initialized variables. CID 1002389, 1002390, 1002391 2013-04-27 11:43:41 +02:00
Max Horn
b791edabf7 ENGINES: Remove a bunch of unused private member variables
All instances uncovered by clang warnings.
2013-04-18 23:50:20 +02:00
Strangerke
7d0af11deb TSAGE: Fix some obvious errors detected by Coverity in R2R 2013-04-16 08:07:57 +02:00
Strangerke
46348e7b90 TSAGE: R2R - Cleanup Scene50::process() 2012-11-09 23:31:14 +01:00
Strangerke
d8fb63467a TSAGE: Fix a bug reported by salty-horse (and Clang) 2012-11-09 22:03:52 +01:00
Johannes Schickel
89abab97e3 JANITORIAL: Remove trailing whitespaces.
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Paul Gilbert
a843df23b2 TSAGE: Add missing motorcycle sound arriving at police station in Blue Force 2012-09-15 18:52:12 +10:00
Strangerke
978f74817a TSAGE: Apply naming conventions to some sound variables and functions 2012-09-03 07:58:35 +02:00
Johannes Schickel
18ab9a1ef1 TSAGE: Fix "if" formatting. 2012-08-09 03:26:55 +02:00
Strangerke
78310d0f4b TSAGE: Apply naming conventions to surfaceGetArea(). Thanks to somaen for reporting it. 2012-08-07 19:07:01 +02:00
Paul Gilbert
e160f62ade TSAGE: Changed '0' to 'ADGF_NO_FLAGS' in detection tables 2012-07-19 19:14:20 +10:00
Paul Gilbert
58f9d3345d TSAGE: Altered the ADGF_TESTING flags for Blue Force 2012-07-18 00:41:06 +10:00
Paul Gilbert
108e709b9b TSAGE: Fix for bug #3541354 - Nico shooting player after being tied up 2012-07-11 21:20:52 +10:00
Johannes Schickel
79e2403527 TSAGE: Slight cleanup in querySaveMetaInfos. 2012-07-03 18:39:50 +02:00
Ori Avtalion
f9d2871eb4 JANITORIAL: Remove extra semicolons 2012-07-03 18:28:14 +03:00
Johannes Schickel
7c5cf1b400 GUI: Add helper to SaveLoadChooser, which uses the currently active target.
This reduces the code duplication in all client code, which formerly duplicated
the querying of the plugin, game id etc. and now simply calls the newly added
method runModalWithCurrentTarget() on a SaveLoadChooser object.
2012-06-10 04:53:17 +02:00
Johannes Schickel
15046a7529 GUI: Get rid of SaveLoadChooser::setSaveMode.
We already pass the title and process button name to the constructor of
SaveLoadChooser and then do not offer any way of changing it, thus changing
the edit mode of the chooser is kind of pointless and was never actually used.
Instead we pass the mode on SaveLoadChooser construction now.
2012-06-10 04:19:45 +02:00
Torbjörn Andersson
44a076caf8 TSAGE: Remove extra semicolons. 2012-05-06 09:19:51 +02:00
Christoph Mallon
d21cef4117 JANITORIAL: Avoid the ugly operator invocation syntax. 2012-03-13 15:43:23 +01:00
Paul Gilbert
d142606f75 TSAGE: Fix for walk regions enablement in Blue Force warehouse scene 2012-03-10 16:11:00 +11:00
Paul Gilbert
4f740bb224 TSAGE: Bugfix for breaker box display in Blue Force scene 910
This fixes one of the problems in bug #3500015
2012-03-09 22:49:27 +11:00
Paul Gilbert
62966183e4 TSAGE: Renaming of fields and fix for gate in Blue Force scene 900 2012-03-07 21:06:32 +11:00
Paul Gilbert
dac35ac1cc TSAGE: Some cleanup of R2R Animation Player, and fix for playing when objects are active 2012-03-04 20:24:54 +11:00
Paul Gilbert
818c85948e TSAGE: Bugfix for showing cursor correctly in Blue Force scene 930 2012-03-04 19:38:25 +11:00
Paul Gilbert
3bf8eb4e3e TSAGE: Bugfix for Blue Force named hotspots to display look/use/talk descriptions correctly 2012-03-04 19:37:45 +11:00
Paul Gilbert
83f193edbd TSAGE: Fix memory leak and error in R2R Animation Player free 2012-03-03 14:13:40 +11:00
Paul Gilbert
21d570af83 TSAGE: Bugfixes for startup sequence in R2R Scene 180 2012-02-29 21:39:48 +11:00
Paul Gilbert
b60a2f012a TSAGE: Slow down the animation player to match the original game 2012-02-29 21:22:08 +11:00
Paul Gilbert
46c590940a TSAGE: Renamed many of the unknown fields in the R2R Animation Player 2012-02-27 22:29:16 +11:00
Paul Gilbert
1e8b286c84 TSAGE: Bugfixes for R2R animation player 2012-02-27 20:45:55 +11:00
Paul Gilbert
44e3d324fa TSAGE: Implemented some of the remaining R2R Animation Player support methods 2012-02-26 22:54:25 +11:00
Paul Gilbert
b341ff04fa TSAGE: Implement R2R Animation Player drawing code 2012-02-26 21:34:38 +11:00
Paul Gilbert
d5127d49ee TSAGE: Implemented the initial loading logic for R2R animation player 2012-02-26 17:29:45 +11:00
Strangerke
9279b25694 TSAGE: JANITORIAL: Remove trailing spaces 2012-02-25 12:44:37 +01:00
Strangerke
3a3c1eec53 TSAGE: R2R - Fix bug #3492133, error in palette index used 2012-02-25 10:21:40 +01:00
Paul Gilbert
eba87458d3 TSAGE: More properly implemented resource streaming for R2R animation player 2012-02-24 19:38:46 +11:00
Paul Gilbert
7a54ba86a0 TSAGE: Starting to implement animation player needed for R2R Title Screen 2012-02-20 22:31:58 +11:00
Paul Gilbert
0f3614b043 TSAGE: Implemented method for getting a resource section entry
This will be needed for streaming data directly from the resource file without fully loading the resource.
2012-02-20 22:30:46 +11:00
Paul Gilbert
975801b670 TSAGE: Disable right click in R2R Scene 1330 2012-02-18 15:26:05 +11:00
Paul Gilbert
423d41dfc1 TSAGE: Disabled Spanish Blue Force detection entry 2012-02-18 10:19:51 +11:00