Commit Graph

67140 Commits

Author SHA1 Message Date
Paul Gilbert
43aad22eb2 MADS: Fix SceneInfo instance leak when showing dialogs 2015-03-08 23:53:10 -04:00
Paul Gilbert
cc0b88cc53 MADS: Fix leak of SpriteAsset instances 2015-03-08 23:40:50 -04:00
Paul Gilbert
aad048674b MADS: Fix unused variable warning 2015-03-08 22:34:40 -04:00
Paul Gilbert
9ec28cb27f MADS: Fix trying to walk into corridor from security station 2015-03-08 21:38:28 -04:00
Paul Gilbert
3cb1a6dc55 MADS: Fix looking at magazine at security station 2015-03-08 21:25:15 -04:00
Paul Gilbert
6dd6e55513 MADS: Fix prior conversation list showing when crawling in vents 2015-03-08 21:15:14 -04:00
Paul Gilbert
1d76659da8 MADS: Fix walking behind counter at Sand Bar restaurant 2015-03-08 20:46:40 -04:00
Paul Gilbert
d048776ef3 MADS: Fix walking behind counter in software store 2015-03-08 20:44:19 -04:00
Paul Gilbert
29ac19947f MADS: Rename some outstanding 'abortTimers' to the more proper 'endTrigger' 2015-03-08 19:54:00 -04:00
Paul Gilbert
62c1485df2 MADS: Fix flickering message from sitting at ruined security desk 2015-03-08 19:51:33 -04:00
Paul Gilbert
b25325599d MADS: Fix for penlight when starting a new game in Hard mode 2015-03-08 12:05:54 -04:00
Paul Gilbert
6454c5f35d MADS: Fix closing door animation for video store 2015-03-08 11:49:47 -04:00
Paul Gilbert
2b1155711f MADS: Fix showing covered pit by default in Easy mode 2015-03-08 11:44:06 -04:00
Paul Gilbert
10361d077a MADS: Fix game startup settings for pit & batteries based on difficulty 2015-03-08 11:18:10 -04:00
Paul Gilbert
14a8bb52a0 MADS: Fix a large number of incorrect animations 2015-03-07 18:33:11 -05:00
Paul Gilbert
a35aa07c79 MADS: Fix crash looking at fishing rod in restaurant 2015-03-07 17:43:15 -05:00
Paul Gilbert
adc5b5ca2e MADS: Fix animation for teleporting into conveyor belt scene 2015-03-07 17:39:00 -05:00
Paul Gilbert
d7460701ea MADS: Fix not being able to leave hanger via teleporter 2015-03-07 17:36:32 -05:00
Paul Gilbert
27b6ded6f9 MADS: Fix Credits and Quotes option on the main menu 2015-03-07 17:18:51 -05:00
Paul Gilbert
dacd7d4022 MADS: Correctly show main menu after showing credits 2015-03-07 17:14:49 -05:00
Paul Gilbert
c80c74e499 MADS: Refactoring of text/animation views to show outside game loop 2015-03-07 17:01:07 -05:00
Paul Gilbert
a22d7f2d5f MADS: Fix crash on leaving planeet 2015-03-06 20:55:53 -05:00
Paul Gilbert
119c179d5a MADS: Fix hand animations on Antigrav control panel 2015-03-06 20:25:25 -05:00
Paul Gilbert
1cb764b086 MADS: Fix crash after installing cards in ship 2015-03-06 20:20:25 -05:00
Paul Gilbert
62d007168a MADS: Animation fixes for scene group 8 2015-03-06 19:24:30 -05:00
Paul Gilbert
0deee07844 MADS: Fix map fade out when choosing a car destination 2015-03-06 19:03:49 -05:00
Paul Gilbert
177d7ac24f MADS: Fix car door exiting animations 2015-03-06 18:57:00 -05:00
Paul Gilbert
cf845c6dbb MADS: Another car opening animation fix 2015-03-06 18:40:53 -05:00
Paul Gilbert
763a962e14 MADS: Fix animation of lab door opening 2015-03-06 08:39:39 -05:00
Paul Gilbert
4c88d81cc2 MADS: Fix another incorrect car door opening animation 2015-03-06 08:30:26 -05:00
Einar Johan Trøan Sømåen
07623530f3 SDL: Special case the call to SDL_CreateThread for SDL2, since SDL2 requires threads to be named.
- Fixes compilation on OS X with SDL2 enabled, SDL1 builds should be entirely unaffected.
2015-03-06 02:27:48 +01:00
Einar Johan Trøan Sømåen
2d858d817f CONFIGURE: Always link against Cocoa on OS X, since SDL2 doesn't seem to pick it up for us. 2015-03-06 02:21:46 +01:00
Filippos Karapetis
6cb0a4c1b0 SDL: Fix compilation with SDL 2.0 under MSVC
In SDL 2.0, intrin.h is now included in SDL_cpuinfo.h, which includes
setjmp.h. SDL_cpuinfo.h is included from SDL.h and SDL_syswm.h.
Thus, we remove the exceptions for setjmp and longjmp before these two
includes.
2015-03-06 02:57:09 +02:00
Filippos Karapetis
9a49493656 DEVTOOLS: Add support for linking with SDL 2.0 in create_project
This is handled with the new command-line option, --sdl2
2015-03-06 02:39:57 +02:00
Paul Gilbert
76e824eddc MADS: Bugfixes and cleanup for Herman conversation 2015-03-05 17:42:16 -05:00
Johannes Schickel
c4317a8da1 SDL: Fake key events for unassociated TEXTINPUT events. 2015-03-05 20:08:35 +01:00
Johannes Schickel
26fb7b2c8f SDL: Remove TEXTINPUT events we associate with KEYDOWN. 2015-03-05 20:08:34 +01:00
Paul Gilbert
c0fafcf33f MADS: Fix mismatched delete/free releasing screen surface 2015-03-05 12:24:25 -05:00
Paul Gilbert
3fae9f17da MADS: Show a warning if sound code reads beyond end of sound data blocks 2015-03-05 12:16:24 -05:00
Paul Gilbert
f501e91ed1 MADS: Fix crash after throwing both bones to dog 2015-03-05 09:12:20 -05:00
Matthew Hoops
5936f7c9d1 MACOSX: Fix compilation
Broken by 3f22c12
2015-03-05 08:02:54 -05:00
Paul Gilbert
b84d2e8d73 MADS: Fix timer initialization in two scenes 2015-03-05 07:49:00 -05:00
Paul Gilbert
bb175b39c1 MADS: Fix screwed up death animation when getting eaten in village stream 2015-03-05 07:40:47 -05:00
Torbjörn Andersson
53cd90b32c ZVISION: Fix GCC signed/unsigned warning 2015-03-05 07:28:40 +01:00
Paul Gilbert
ce4c030117 MADS: Fix animations for opening car door at various car locations 2015-03-04 21:51:01 -05:00
Paul Gilbert
51797d1438 MADS: Fix gender scanning animation in car 2015-03-04 21:30:04 -05:00
Paul Gilbert
16ced34bc2 MADS: Fix assert when there are more than 5 talk options available 2015-03-04 20:54:35 -05:00
Paul Gilbert
0780ec95c2 MADS: Fix Herman animating too quickly 2015-03-04 20:43:57 -05:00
Johannes Schickel
b66aaeb905 BUILD: Output working command line for git commit in ideprojects target. 2015-03-05 01:39:48 +01:00
Johannes Schickel
4119ed73dd BUILD: Update ideprojects target to generate MSVC12 project files. 2015-03-05 01:39:39 +01:00