aboutsummaryrefslogtreecommitdiff
path: root/gob
AgeCommit message (Expand)Author
2006-02-03Forgot to add parse_v1.cpp and parse_v2.cpp, sorry...Sven Hesse
2006-02-03fixes allow compile with emsvc4 againPaweł Kołodziejski
2006-02-02Added/Changed o2_evaluateStore(), o2_palLoad(), o2_setRenderFlags(), o2_loadT...Sven Hesse
2006-02-01Fullfill feature request #1410574: "GOB: Changing characters". Thanks to wjp.Eugene Sandulenko
2006-01-29oopsMax Horn
2006-01-29Remove the custom strstr in favor of the ANSI strstr/strchr functionsMax Horn
2006-01-29Enable debug print of parsed expression with use of new debugN() function.Eugene Sandulenko
2006-01-29Patch #1417631: "gobliiins cleanup". Thanks, wjp.Eugene Sandulenko
2006-01-29Patch #1417634: " gobliiins parser stoptoken cleanup"Eugene Sandulenko
2006-01-27Patch #1416983: "gobliiins 64bit fixes" to fix bug #1399873: "GOB1: 64-bitEugene Sandulenko
2006-01-21Fix various incorrect usages of the word 'target' instead of 'gameid'; change...Max Horn
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-17Patch from md5 to fix bug #1336334: "GOB: screen jumbled after typing in levelEugene Sandulenko
2006-01-16Add Joachim to contributors list for fixind "just" several hundreds of MD5sEugene Sandulenko
2006-01-14Added a Gob2 opcode stubSven Hesse
2006-01-14Corrected the bug I introducted into executeGoblinOpcode()'s unimplemented op...Sven Hesse
2006-01-14Added copy protection skipping; Fixed Inter::getOpcodeGoblinDesc()Sven Hesse
2006-01-12Fixing bug #1402511 ("Invalid reads during startup")Sven Hesse
2006-01-10Moved Goblin::interFunc() to Inter_v1::o1_goblinFunc(), converting its switch...Sven Hesse
2006-01-09More variable underscoring, that should be allSven Hesse
2006-01-08Added a dummy table for which music to play in Gobliiins Mac; some code forma...Sven Hesse
2006-01-08fixed warnings, I guess that should to bePaweł Kołodziejski
2006-01-07Fix compile.Travis Howell
2006-01-07Added initial support for ADL music files; continued underscoring of member v...Sven Hesse
2006-01-05fixed warningsPaweł Kołodziejski
2006-01-05Slighty modified patch #1397672 "GobEngine script functions splitted"Eugene Sandulenko
2006-01-04Last chunk of underscore maddness for todayEugene Sandulenko
2006-01-04More work on renaming class variables with underscore prefixEugene Sandulenko
2006-01-03Patch #1395615 "GobEngine code wrapped in classes". With some cosmetic changes.Eugene Sandulenko
2005-12-30Added kMapHeight and kMapWidth constantsMax Horn
2005-12-30Added kMapHeight and kMapWidth constantsMax Horn
2005-12-18Minor simplification.Torbjörn Andersson
2005-11-22Cleanup.Torbjörn Andersson
2005-11-01Add cd check to gobliins engine.Travis Howell
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-17Add contributed Amiga Gob1 md5 sumEugene Sandulenko
2005-10-14Fix from wjp which let protection screen render itself at last.Eugene Sandulenko
2005-10-13Patch from wjp which fixed parser operands and now protection screen alwaysEugene Sandulenko
2005-10-12Patch from wjp #1325224 "Fix for Gobliiins 1 EGA crash on game-over"Eugene Sandulenko
2005-10-12Hide unnecessary debug outputEugene Sandulenko
2005-08-10Made Gobliiins less of a CPU hog by adding some strategic delays andTorbjörn Andersson
2005-08-08Cleanups. Mostly removal of seemingly unused variables and stuff.Torbjörn Andersson
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-19Some stubs for gob2.Eugene Sandulenko
2005-07-10Cleanup.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-22Changed from char to int8 in a number of places. This makes not assume the ty...Lars Persson
2005-06-21Added temporary variables for readability.Torbjörn Andersson
2005-06-14Bug fix for inter_execPtr beeing a char*. Char is not the same defined typ on...Lars Persson
2005-06-14Changed palanim datatype from char to byteLars Persson