Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2006-01-16 | Match sizes of original versions, to avoid possible overflows. | Travis Howell | |
svn-id: r20052 | |||
2006-01-10 | Get rid of unused variables and removed them from the save data ; ↵ | Gregory Montoir | |
FloodFill.unk1C and _curExecScript. Concerning _curExecScript, I checked several interpreters (even one with windex compiled in), the only function where it's used is runAllScripts. svn-id: r19977 | |||
2006-01-05 | Initial support for sound code in HE games. | Travis Howell | |
Split HE sound functions into separate file. svn-id: r19909 | |||
2005-11-16 | Opcode is used by HE71 too. | Travis Howell | |
Freddi version should be all languages (Used by English and Russian). svn-id: r19610 | |||
2005-11-06 | Revert +1 change, causes more glitches in lost. | Travis Howell | |
svn-id: r19483 | |||
2005-10-30 | Correct kernelSet case function. | Travis Howell | |
svn-id: r19369 | |||
2005-10-22 | Reduce header dependencies (for quicker recompiles) | Max Horn | |
svn-id: r19245 | |||
2005-10-22 | Ooops, added label for that debug msg. | Travis Howell | |
svn-id: r19235 | |||
2005-10-22 | Add debug msg. | Travis Howell | |
svn-id: r19234 | |||
2005-10-19 | Add missing opcode in HE100 table. | Travis Howell | |
Rename opcode. svn-id: r19174 | |||
2005-10-18 | Added flood fill support. Pajama2 puzzle seems to be ok now | Gregory Montoir | |
svn-id: r19158 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-08-31 | cleanup | Gregory Montoir | |
svn-id: r18727 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 | |||
2005-08-06 | Cleanup. | Torbjörn Andersson | |
svn-id: r18621 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | removed unneeded #include | Gregory Montoir | |
svn-id: r18458 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18453 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-14 | -Add more Backyard sports titles | Travis Howell | |
-Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385 | |||
2005-06-13 | Add comments on smacker opcodes. | Travis Howell | |
svn-id: r18382 | |||
2005-06-13 | Rename opcode/function | Travis Howell | |
svn-id: r18381 | |||
2005-06-05 | Ooops, mixed up one function name. | Travis Howell | |
svn-id: r18351 | |||
2005-06-05 | Remove duplicate field. | Travis Howell | |
svn-id: r18350 | |||
2005-06-05 | Rename sprite functions, based on map. | Travis Howell | |
svn-id: r18349 | |||
2005-06-05 | Update HE comments | Travis Howell | |
svn-id: r18348 | |||
2005-06-04 | Fix another off by one in rects. | Travis Howell | |
Fixes minor glitches in water svn-id: r18331 | |||
2005-06-04 | correction, fixes lost/smaller palette glitches | Gregory Montoir | |
svn-id: r18328 | |||
2005-05-29 | Set zorder to zero by default. | Travis Howell | |
svn-id: r18290 | |||
2005-05-28 | Sync opcode names and add HE72+ version of o_systemOps. | Travis Howell | |
svn-id: r18278 | |||
2005-05-23 | Rename sprite functions. | Travis Howell | |
svn-id: r18231 | |||
2005-05-23 | Add Sprite class and move over related functions. | Travis Howell | |
svn-id: r18230 | |||
2005-05-23 | Move wizImage functions to Wiz class. | Travis Howell | |
svn-id: r18226 | |||
2005-05-23 | Turn Wiz struct into class as requested. | Eugene Sandulenko | |
svn-id: r18224 | |||
2005-05-23 | Add heverison check, as requested by cyx. | Travis Howell | |
svn-id: r18223 | |||
2005-05-22 | correction | Gregory Montoir | |
svn-id: r18222 | |||
2005-05-22 | HE70+ games use flags in drawBox(). | Travis Howell | |
Fixes glitches in farmdemo (Old version), freddi2, lost/smaller. svn-id: r18216 | |||
2005-05-21 | Add HE73 version for opcode difference. | Travis Howell | |
svn-id: r18207 | |||
2005-05-11 | Extra debugs no longer required. | Travis Howell | |
svn-id: r18047 | |||
2005-05-10 | Preparations to let LogicHE hold game-specific code. Introduced | Eugene Sandulenko | |
GF_HE_985. Feel free to give it more proper name. svn-id: r18036 | |||
2005-05-10 | Rename opcodes | Travis Howell | |
svn-id: r18025 | |||
2005-05-10 | Rename opcode | Travis Howell | |
svn-id: r18024 | |||
2005-05-10 | Fixed PuttRace logic routines. Now they match thanks to ajax16384's great | Eugene Sandulenko | |
tool. svn-id: r18019 | |||
2005-05-09 | fixed warnings | Paweł Kołodziejski | |
svn-id: r18004 | |||
2005-05-08 | One last case for funshop titles. | Travis Howell | |
svn-id: r17955 | |||
2005-05-08 | Range checks off by 1. | Travis Howell | |
svn-id: r17954 | |||
2005-05-08 | Initial support for intensive floating point compuitations used in | Eugene Sandulenko | |
Putt-Putt Race. Still incomplete. svn-id: r17949 | |||
2005-05-07 | Additions for funshop titles. | Travis Howell | |
svn-id: r17942 | |||
2005-05-07 | Add missing opcode details | Travis Howell | |
Fix regression (Fields not initied) svn-id: r17938 |