Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-11 | cleanup | Max Horn | |
svn-id: r17553 | |||
2005-04-11 | Endian fixes, getting past the 'Please wait...' loading screen now | Max Horn | |
svn-id: r17552 | |||
2005-04-11 | cleanup | Max Horn | |
svn-id: r17550 | |||
2005-04-11 | Endian fixes | Max Horn | |
svn-id: r17549 | |||
2005-04-11 | Stub out some opcodes, to get the CD version go a bit further (thanks Willem) | Max Horn | |
svn-id: r17548 | |||
2005-04-11 | cleanup | Joost Peters | |
svn-id: r17539 | |||
2005-04-11 | more struct conversion | Joost Peters | |
svn-id: r17538 | |||
2005-04-11 | convert some struct members - unfortunately we can't currently allocate ↵ | Joost Peters | |
memory and read the struct in "the proper way", as the engine still addresses data beyond it svn-id: r17537 | |||
2005-04-10 | Add autodetection for WinCE (to be modified) | Nicolas Bacca | |
svn-id: r17527 | |||
2005-04-10 | Get rid of posixism | Nicolas Bacca | |
svn-id: r17526 | |||
2005-04-10 | Some inter_variables cleanup. | Joost Peters | |
Now it should store all variables in the native endianness, instead of storing half in LE and the other half in the native endianness. Addresses and assignments can be tracked by modifying the macros if necessary. Also, meaningful constants can now be assigned to script variable numbers (if one were so inclined) svn-id: r17523 | |||
2005-04-10 | Apply "correct handling of transp in drawSprite()" patch by wjp. | Joost Peters | |
(Colour 0 should only be skipped when transp is set) Fixes wrong colour in intro and clearing of buffer after fades. svn-id: r17511 | |||
2005-04-10 | fix jumping goblin bug | Joost Peters | |
svn-id: r17509 | |||
2005-04-10 | fix another "x = y" type copy/paste bug, unfortunately this still doesn't ↵ | Joost Peters | |
fix the jumping goblin in the first scene svn-id: r17507 | |||
2005-04-09 | Fix jumping actor glitch. Thanks to joostp. | Eugene Sandulenko | |
svn-id: r17492 | |||
2005-04-09 | Fix for put apple bug from wjp | Eugene Sandulenko | |
svn-id: r17491 | |||
2005-04-09 | Get rid of debug.cpp/.h -- it wasn't used anyway, and contained bad code ↵ | Max Horn | |
(open/write/close to access a log file? yuck) svn-id: r17486 | |||
2005-04-09 | Fix legal header. Be careful when doing global search and replace! Better ↵ | Max Horn | |
use full-word regex, to avoid problems like this svn-id: r17485 | |||
2005-04-09 | read index as LE value | Joost Peters | |
svn-id: r17484 | |||
2005-04-09 | Fix crash after dropping item on screen change - thanks wjp! | Joost Peters | |
svn-id: r17483 | |||
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray | |
more use of STRINGBUFLEN. Some ports may need a new stub for this, discussed with Chrilith. svn-id: r17463 | |||
2005-04-09 | o Put numerous debug messages to deeper level and removed others | Eugene Sandulenko | |
o Occasional indentation fixes o Fixed bug with cursor. Thanks wjp. Now even gob1demo works but final screen which is not playable in original hangs here. svn-id: r17462 | |||
2005-04-08 | fixed compilation and warnings | Paweł Kołodziejski | |
svn-id: r17457 | |||
2005-04-06 | use upper bits instead of lower bits when upscaling palette | Joost Peters | |
svn-id: r17423 | |||
2005-04-06 | Restore accidentally remove line | Eugene Sandulenko | |
svn-id: r17415 | |||
2005-04-06 | o Implemented pDrawLetter | Eugene Sandulenko | |
o F5 now can be used to open menu o Minor cleanup svn-id: r17414 | |||
2005-04-06 | more accurate palette | Joost Peters | |
svn-id: r17412 | |||
2005-04-06 | some endian fixes | Joost Peters | |
svn-id: r17411 | |||
2005-04-05 | Excess ; | Travis Howell | |
svn-id: r17404 | |||
2005-04-05 | Separate game initialization and game running little more. Though probably ↵ | Eugene Sandulenko | |
it needs more work. svn-id: r17402 | |||
2005-04-05 | Changed remaining file headers | Max Horn | |
svn-id: r17401 | |||
2005-04-05 | Remove useless casts | Max Horn | |
svn-id: r17400 | |||
2005-04-05 | Fixing lots of warnings | Max Horn | |
svn-id: r17399 | |||
2005-04-05 | fix warnings | Joost Peters | |
svn-id: r17398 | |||
2005-04-05 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r17397 | |||
2005-04-05 | Fixed some of the warnings. | Torbjörn Andersson | |
svn-id: r17396 | |||
2005-04-05 | This change does not make sense to me, but GCC was screaming bloody murder | Torbjörn Andersson | |
about not being able to find a matching call for `MAX(int16&, int)'. svn-id: r17395 | |||
2005-04-05 | Added .cvsignore | Torbjörn Andersson | |
svn-id: r17394 | |||
2005-04-05 | Fixed one warning. (Several to go.) | Torbjörn Andersson | |
svn-id: r17393 | |||
2005-04-05 | Removed unused variables. | Torbjörn Andersson | |
svn-id: r17392 | |||
2005-04-05 | This looks like a mistake to me... | Torbjörn Andersson | |
svn-id: r17391 | |||
2005-04-05 | Updated part of headers. | Eugene Sandulenko | |
svn-id: r17390 | |||
2005-04-05 | Initial checking of Gob engine | Eugene Sandulenko | |
svn-id: r17388 |