Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-26 | added some more functions | Oliver Kiehl | |
svn-id: r7144 | |||
2003-04-26 | fixed verb objects for GF_OLD_BUNDLE games | Max Horn | |
svn-id: r7143 | |||
2003-04-26 | fixed offsets for object names for scumm v2 | Paweł Kołodziejski | |
svn-id: r7142 | |||
2003-04-26 | also fix o5_setObjectName for Indy/Loom | Max Horn | |
svn-id: r7141 | |||
2003-04-26 | Erik's fix for text output in Loom (and Indy3?) | Max Horn | |
svn-id: r7140 | |||
2003-04-26 | fixed object names in Indy3EGA and Loom | Max Horn | |
svn-id: r7139 | |||
2003-04-26 | fix warning | Max Horn | |
svn-id: r7138 | |||
2003-04-26 | update for scumm v2 | Paweł Kołodziejski | |
svn-id: r7137 | |||
2003-04-26 | temporary work around for 16 color games | Max Horn | |
svn-id: r7136 | |||
2003-04-26 | fixed issue in Loom (and other OLD_BUNDLE games?) in decodeParseString | Max Horn | |
svn-id: r7135 | |||
2003-04-26 | cleanup | Oliver Kiehl | |
svn-id: r7134 | |||
2003-04-26 | initialise scriptVariables properly | Oliver Kiehl | |
svn-id: r7133 | |||
2003-04-26 | renamed setCursorHotspot2 to setCursorHotspot; fixed (with a hack) cursor in ↵ | Max Horn | |
Loom svn-id: r7132 | |||
2003-04-26 | Make it possible to disable some/all of our three game modules ↵ | Max Horn | |
(scumm/simon/sky) with three flags in the Makefile svn-id: r7131 | |||
2003-04-26 | Whatever I changed since last commit ... | Ruediger Hanke | |
svn-id: r7130 | |||
2003-04-26 | cleanup | Oliver Kiehl | |
svn-id: r7129 | |||
2003-04-26 | link to removeObjectFromWalk and objectToWalk | Oliver Kiehl | |
svn-id: r7128 | |||
2003-04-26 | fixed endian regression (introduced by the alignment changes) | Max Horn | |
svn-id: r7127 | |||
2003-04-26 | updated VC6 file | Paweł Kołodziejski | |
svn-id: r7126 | |||
2003-04-26 | proper fix for COMI regression | Max Horn | |
svn-id: r7125 | |||
2003-04-26 | some more endian fixes. runs on my mac now as well | Oliver Kiehl | |
svn-id: r7124 | |||
2003-04-26 | stop assertion from triggering to make ft finishable again | Jonathan Gray | |
svn-id: r7123 | |||
2003-04-26 | make comi work again, can we branch for 0.4.0 already so all the testing ↵ | Jonathan Gray | |
actually means something? svn-id: r7122 | |||
2003-04-25 | added class SkyGrid (still untested) | Robert Göffringmann | |
svn-id: r7121 | |||
2003-04-25 | some endian fixes | Oliver Kiehl | |
svn-id: r7120 | |||
2003-04-25 | cleanup; added comment | Max Horn | |
svn-id: r7119 | |||
2003-04-25 | delete stdafx.cpp | Paweł Kołodziejski | |
svn-id: r7118 | |||
2003-04-25 | added me to the readme | Robert Göffringmann | |
svn-id: r7117 | |||
2003-04-25 | changed zero-sized arrays to pointers | Oliver Kiehl | |
svn-id: r7116 | |||
2003-04-25 | fixed some errors introduced in some of the last commits | Oliver Kiehl | |
svn-id: r7115 | |||
2003-04-25 | fixed warning | Paweł Kołodziejski | |
svn-id: r7114 | |||
2003-04-25 | changed turnProg from void* to uint16* | Max Horn | |
svn-id: r7113 | |||
2003-04-25 | fixed few warnings | Paweł Kołodziejski | |
svn-id: r7112 | |||
2003-04-25 | updated VC6 project file | Paweł Kołodziejski | |
svn-id: r7111 | |||
2003-04-25 | fix for http://sourceforge.net/forum/forum.php?thread_id=852581&forum_id=115757 | Oliver Kiehl | |
svn-id: r7110 | |||
2003-04-25 | Credit myself a bit ;) | Oliver Kiehl | |
svn-id: r7109 | |||
2003-04-25 | forgot to reactivate the intro ;) | Oliver Kiehl | |
svn-id: r7108 | |||
2003-04-25 | added #include "stdafx.h" to some files | Oliver Kiehl | |
svn-id: r7107 | |||
2003-04-25 | Committing my stuff under pressure from Endy ;) | Oliver Kiehl | |
please note that there are still many bugs in here. several stuff isn't endian safe either. SkyLogic needs to get split up as well. svn-id: r7106 | |||
2003-04-25 | committing my stuff under pressure from Endy ;) | Oliver Kiehl | |
svn-id: r7105 | |||
2003-04-25 | close console after we run a script | Jonathan Gray | |
svn-id: r7104 | |||
2003-04-25 | fixed stupid mistake (yeah yeah, being able to read old code, and use your ↵ | Max Horn | |
brain properly, helps :-) svn-id: r7103 | |||
2003-04-25 | Add patch #727309 - EGA LOOM: Bypassing the copy protection | Travis Howell | |
svn-id: r7102 | |||
2003-04-25 | fixed warning under VC6 | Paweł Kołodziejski | |
svn-id: r7101 | |||
2003-04-25 | add importres and script starting functionality to the debugger | Jonathan Gray | |
svn-id: r7100 | |||
2003-04-25 | fix a regression my recent change introduce in GF_OLD256 games <sigh> | Max Horn | |
svn-id: r7099 | |||
2003-04-24 | better safe then sorry... | Jonathan Gray | |
svn-id: r7098 | |||
2003-04-24 | Fixed a bug with Mrs. Piermont's theme | Robert Göffringmann | |
svn-id: r7097 | |||
2003-04-24 | simplified / unified code; fixed various masking bugs | Max Horn | |
svn-id: r7096 | |||
2003-04-24 | correction | Jonathan Gray | |
svn-id: r7095 |