Commit Graph
46 Commits
Author SHA1 Message Date
Joel Teichroeb 0dcfaf8fb1 GRIM: Do not include unneeded headers 2012-04-04 16:11:05 -07:00
Joel Teichroeb 63938ba499 GRIM: Clean up unneeded includes and fix some trailing whitespace 2012-03-26 20:12:00 -07:00
Giulio Camuffo 86791ce5cd GRIM: Fix wrong handling of pointers. 2012-03-04 18:20:31 +01:00
Andrea Corna b653a63d6f GRIM: Add support for blacklisting with patchr 2012-03-03 12:23:45 +01:00
Joel Teichroeb aa814e3334 GRIM: Enhance the way that colors are given to lua. 2012-01-27 11:47:28 -08:00
Andrea Corna 58313515ef GRIM: Fix a wrong delete in lua and get rid of single_dofile 2012-01-10 14:48:03 +01:00
Paweł Kołodziejski e350c7f777 renames 2012-01-06 23:29:45 +01:00
Andrea Corna 235463e947 GRIM: Move some hacks from engine to patches 2012-01-06 23:01:29 +01:00
Andrea Corna a198868a61 GRIM: Make lua scripts load from a stream instead of a data Block 2011-12-30 17:17:08 +01:00
Joel Teichroeb f94533e228 EMI: More work on getting EMI to do stuff 2011-12-21 20:35:37 -08:00
Giulio Camuffo 353c42effe GRIM: Use the new foreach macro.
Modify a bit PoolObject::Pool to allow it to be used with foreach.
2011-11-21 22:07:12 +01:00
Giulio Camuffo cbeccc9fa6 GRIM: Move some lua related code into LuaBase. 2011-10-13 20:25:50 +02:00
Giulio Camuffo 5ca9cae83c GRIM: Incapsulate the lua opcodes in a class hierarchy. 2011-10-12 17:57:31 +02:00
Pawel Kolodziejski d5f7717110 rename lua.cpp -> lua_v1.cpp 2009-05-31 07:14:09 +00:00
Pawel Kolodziejski 89eb627622 cleanup 2009-05-30 21:47:18 +00:00
Pawel Kolodziejski b3b5dd69f0 cleanup RotateVector 2009-05-30 21:44:22 +00:00
Pawel Kolodziejski 698ae1810f cleanup 2009-05-30 20:23:57 +00:00
Pawel Kolodziejski 9c36f705ea cleanup 2009-05-30 20:19:29 +00:00
Pawel Kolodziejski b640a444fb verified rest lua opcodes 2009-05-30 20:17:00 +00:00
Pawel Kolodziejski 78b1305d4f verified more lua opcodes 2009-05-30 19:41:27 +00:00
Pawel Kolodziejski 6324cab321 verified more lua opcodes 2009-05-30 18:30:27 +00:00
Pawel Kolodziejski 169878ddc8 * verified PrintDebug, PrintError, PrintWarning, FunctionName, CheckForFile, MakeColor, GetColorComponents, ReadRegistryValue, WriteRegistryValue
* cleanup
2009-05-30 10:15:59 +00:00
Pawel Kolodziejski dba3afc380 cleanup 2009-05-30 09:49:24 +00:00
Torbjorn Andersson c11db9e976 Silence two warnings. (Several remain.) 2009-05-30 08:59:03 +00:00
Pawel Kolodziejski b4c116db36 verified PrintActorCostumes, LoadCostume 2009-05-30 08:57:51 +00:00
Pawel Kolodziejski 52bbfeda50 verified GetPointSector, GetActorSector, IsActorInSector, MakeSectorActive 2009-05-30 08:46:40 +00:00
Pawel Kolodziejski 6e95a9b508 verified InputDialog, IsMessageGoing, ShutUpActor, 2009-05-30 08:16:24 +00:00
Pawel Kolodziejski 2be83a646a verified TextFileGetLine, TextFileGetLineCount, LocalizeString, SayLine 2009-05-30 07:59:49 +00:00
Pawel Kolodziejski 12550e9d04 verified SetActorShadowValid, ActivateActorShadow, AddShadowPlane, SetActorShadowPlane, SetActorShadowPoint, SetActiveShadow, KillActorShadows, GetVisibleThings, SetActorConstrain, SetActorFollowBoxes, PutActorAtInterest, SetActorHead, GetActorLookRate, SetActorLookRate, SetActorPitch 2009-05-30 00:33:23 +00:00
Pawel Kolodziejski 363445a752 verified TurnActorTo, PointActorAt, WalkActorVector, RotateVector 2009-05-28 13:52:51 +00:00
Pawel Kolodziejski fabd7a3b75 cleanup 2009-05-28 07:13:35 +00:00
Pawel Kolodziejski c0eab3e2b3 cleanup 2009-05-28 07:12:47 +00:00
Pawel Kolodziejski 18413cb597 verified and fixed ActorLookAt 2009-05-28 07:09:43 +00:00
Pawel Kolodziejski fcbbc7703c GetShrinkPos, GetCurrentSetup, MakeCurrentSetup, MakeCurrentSet, UnLockSet, LockSet 2009-05-28 06:53:55 +00:00
Pawel Kolodziejski 6594a4af82 verified ImStartSound, ImStopSound, ImSetMusicVol, ImSetVoiceVol, ImSetSfxVol, ImSetParam, ImGetParam, ImFadeParam, ImSetState, ImSetSequence, 2009-05-28 06:02:21 +00:00
Torbjorn Andersson d15ef2b50b Silence one of the warnings. 2009-05-28 03:59:33 +00:00
Pawel Kolodziejski 5858ab6678 verified SetSoundPosition 2009-05-27 20:57:11 +00:00
Pawel Kolodziejski 062e3b27a4 verified luaFileFindFirst 2009-05-27 19:53:28 +00:00
Pawel Kolodziejski eec2a209ff verified PerSecond, setMovieTime, setFrameTime 2009-05-27 19:43:45 +00:00
Pawel Kolodziejski a4fb5e86f2 verified GetControlState, DisableControl, EnableControl 2009-05-27 19:38:12 +00:00
Pawel Kolodziejski f364f9a535 update headers 2009-05-26 14:13:08 +00:00
Pawel Kolodziejski a4467bd1d0 convert residual into multi engine support (not all things done yet, WIP) 2009-05-25 19:21:58 +00:00
Pawel Kolodziejski ba0576bc5e put Vector3D and Matrix3/4 into Graphics namespace 2009-05-25 12:13:35 +00:00
Pawel Kolodziejski 8b8e7e07d2 added namespace Grim 2009-05-25 06:49:57 +00:00
Pawel Kolodziejski a34d883844 update path includes for recent directory changes 2009-05-24 19:13:58 +00:00
Pawel Kolodziejski f58c073a0a move/rename engine into engines/grim 2009-05-24 18:55:19 +00:00