Commit graph

78 commits

Author SHA1 Message Date
Pawel Kolodziejski
d86571c018 verified NewObjectState, FreeObjectState, SendObjectToBack, SendObjectToFront 2009-05-23 20:09:19 +00:00
Pawel Kolodziejski
da8d4cae37 verified SetActorRot 2009-05-23 19:45:19 +00:00
Torbjorn Andersson
579b351af3 Fixed bad usage of luaL_check_number() instead of lua_getnumber() in
ActorLookAt(). The bug made it impossible to examine the held object.
2009-05-23 19:40:52 +00:00
Torbjorn Andersson
be67ab4695 Fixed Manny's bad posture. (Regression from commit 1277.) 2009-05-23 19:07:58 +00:00
Pawel Kolodziejski
045ed00d63 verified SetObjectType 2009-05-23 18:03:53 +00:00
Pawel Kolodziejski
3a516837aa cleanup, verified GetSaveGameImage, ScreenShot 2009-05-23 18:01:00 +00:00
Pawel Kolodziejski
8eff0ea61e verified SubmitSaveGameData, GetSaveGameData 2009-05-23 17:52:17 +00:00
Pawel Kolodziejski
d63ab54a13 ups 2009-05-23 17:44:40 +00:00
Pawel Kolodziejski
a892a25b75 verified Load/Save 2009-05-23 17:43:32 +00:00
Pawel Kolodziejski
df4a39e690 verified LockFont 2009-05-23 17:34:31 +00:00
Pawel Kolodziejski
d2d00236ca verified SetAmbientLight 2009-05-23 17:30:29 +00:00
Pawel Kolodziejski
2588ef0529 verified RenderModeUser 2009-05-23 17:28:01 +00:00
Pawel Kolodziejski
db7c6fee72 cleanup 2009-05-23 16:31:25 +00:00
Pawel Kolodziejski
222b61ec56 added concatFallback and typeOverride 2009-05-23 16:24:36 +00:00
Pawel Kolodziejski
671e2be1c4 enhanced debug information of lua opcodes 2009-05-23 13:59:42 +00:00
Pawel Kolodziejski
96215e44c9 added missing code to 'new_dofile' 2009-05-23 07:24:59 +00:00
Pawel Kolodziejski
cce126af4b work a bit on ActorLookAt opcode 2009-05-17 19:33:35 +00:00
Pawel Kolodziejski
75048eff86 shut up warning 2009-05-17 09:31:04 +00:00
Pawel Kolodziejski
b8b17b70ae shut up warnings 2009-05-17 09:26:08 +00:00
Pawel Kolodziejski
b08d0adf1b make compilable state 2009-05-17 09:12:53 +00:00
Pawel Kolodziejski
390381c8aa rename debugLevel to gDebugLevel 2009-05-17 08:33:52 +00:00
Pawel Kolodziejski
d142aa4196 it supposed to be g_grim not g_grime 2009-05-17 08:24:17 +00:00
Pawel Kolodziejski
ccedd1ab64 rename g_engine to g_grim 2009-05-17 08:16:45 +00:00
Pawel Kolodziejski
73b54d17c8 rename Engine to GrimEngine 2009-05-17 08:12:05 +00:00
Torbjorn Andersson
18f92566e4 Whitespace changes. (And another test to see if I still have to type a password
before committing.)
2009-05-12 21:59:57 +00:00
Pawel Kolodziejski
994816a1f7 remove rest std:: and some cleanup 2009-05-10 16:43:41 +00:00
Pawel Kolodziejski
b29b43bf60 remove std:: stuff 2009-05-10 15:48:40 +00:00
Pawel Kolodziejski
f2c3a3c514 get rid std:: math funcs 2009-05-10 14:15:07 +00:00
Pawel Kolodziejski
445ec8f48e cleanup 2009-05-10 12:17:41 +00:00
Pawel Kolodziejski
0d0fdddaa4 cleanup 2009-05-10 10:11:55 +00:00
Pawel Kolodziejski
e6aaf6150a get rid stdlib++ usage for Array, qsort and binary search 2009-05-10 09:27:35 +00:00
Jordi Vilalta Prat
fb2575b33e Remove extra spaces 2009-05-09 17:47:28 +00:00
Pawel Kolodziejski
4ae44dec3e rest of patch #2789471 2009-05-09 17:44:05 +00:00
Ori Avtalion
38b51661f4 Renamed getTextObjectParams to setTextObjectParams 2009-05-09 10:26:07 +00:00
Jordi Vilalta Prat
a9a99b882e Ignore the "skip_log" parameter on SayLine and show the value for the unknown ones 2009-05-09 08:20:57 +00:00
Pawel Kolodziejski
f8ebe1ebcd added missing param type handle for SayLine 2009-05-08 13:20:57 +00:00
Pawel Kolodziejski
bd38493304 formating 2009-05-08 12:59:42 +00:00
Pawel Kolodziejski
7d633ceb2b next set of backend changes 2009-05-07 19:06:31 +00:00
Pawel Kolodziejski
8edc9128fc rename LipSynch to LipSync 2009-04-21 18:04:24 +00:00
Pawel Kolodziejski
324f978e2f ops 2009-04-07 12:15:12 +00:00
Pawel Kolodziejski
b3474c4f11 corrected y position of text displaying 2009-04-07 12:01:07 +00:00
Pawel Kolodziejski
58d29c5774 revert changes for text y positioning, that need better fix 2009-04-07 04:33:57 +00:00
Pawel Kolodziejski
dfd0a6363b fixed unlock not closed file stream 2009-04-05 15:43:26 +00:00
Pawel Kolodziejski
be3ddd600c update rest scummvm common code with residual, and update engine code to that changes 2009-04-05 14:48:54 +00:00
Pawel Kolodziejski
a698196cdc remove \n from warning() and error() funcs 2008-09-28 15:23:15 +00:00
Pawel Kolodziejski
4cc525edb7 extend SayLine parse table param (still unknown if it's used in game) 2008-09-15 21:42:44 +00:00
Pawel Kolodziejski
3d9029957e fixed race condition 2008-09-10 11:40:16 +00:00
Pawel Kolodziejski
94dbb1a1da formating code 2008-09-10 11:16:57 +00:00
Pawel Kolodziejski
0dd0b73b2a typo 2008-09-10 08:12:49 +00:00
Pawel Kolodziejski
55ddd11f8c fixed text positioning for blast and normal drawing (not yet for subtitles) 2008-09-10 08:10:06 +00:00