Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-10 | Objectified the Delphine decompression routine (i.e. delphineUnpack). | Kari Salminen | |
svn-id: r32646 | |||
2008-06-10 | verbo -> verb | Filippos Karapetis | |
svn-id: r32645 | |||
2008-06-10 | drawSurface1 -> bgSurface | Filippos Karapetis | |
svn-id: r32644 | |||
2008-06-10 | Changed DrawStep for dynamic surface drawing. | Vicent Marti | |
svn-id: r32643 | |||
2008-06-09 | InterfaceManager is now a singleton | Vicent Marti | |
svn-id: r32640 | |||
2008-06-09 | endianess fixes | Filippos Karapetis | |
svn-id: r32639 | |||
2008-06-09 | Fixed regression from commit #32636, leading to a crash | Filippos Karapetis | |
svn-id: r32638 | |||
2008-06-09 | Fixed warnings. (Mainly, GCC 4.3 doesn't want you to use "char" as an array | Torbjörn Andersson | |
index. Probably because it's undefined whether or not it's signed.) svn-id: r32637 | |||
2008-06-09 | Properly initialize and free memory for texts | Eugene Sandulenko | |
svn-id: r32636 | |||
2008-06-09 | Properly initialize and destroy the different arrays read from drascula.dat. ↵ | Filippos Karapetis | |
Also, fixed a crash that occurred from the last commit svn-id: r32635 | |||
2008-06-09 | Bugfix to read the first array element correctly by sev | Filippos Karapetis | |
svn-id: r32634 | |||
2008-06-09 | Slight code revamp to create_drascula.cpp by sev (drascula.dat remains ↵ | Filippos Karapetis | |
unchanged) svn-id: r32633 | |||
2008-06-09 | Add drascula.dat. | Travis Howell | |
svn-id: r32632 | |||
2008-06-09 | Initial version of drascula.dat | Filippos Karapetis | |
svn-id: r32631 | |||
2008-06-09 | Moved the MSVC solution files to /dists, added two MSVC project conversion ↵ | Filippos Karapetis | |
tools (MSVC8 <-> MSVC9) and added project files for MSVC8 as well svn-id: r32630 | |||
2008-06-09 | Updated the MSVC project files of the drascula engine (removed staticdata.h) | Filippos Karapetis | |
svn-id: r32629 | |||
2008-06-09 | - drascula.dat is now read completely | Filippos Karapetis | |
- Removed the rest of the game static data (staticdata.h) - Some naming convention fixes (added underscore to some shared variables) - Renamed objeto -> object svn-id: r32628 | |||
2008-06-09 | Show warnings when a plugin couldn't be loaded | Jordi Vilalta Prat | |
svn-id: r32627 | |||
2008-06-09 | Added some missing $EXEEXT which would make some tests to fail | Jordi Vilalta Prat | |
svn-id: r32626 | |||
2008-06-09 | Use mktemp when available | Jordi Vilalta Prat | |
svn-id: r32625 | |||
2008-06-09 | Ignore superfluous --enable/--disable flags for existing engines | Jordi Vilalta Prat | |
svn-id: r32624 | |||
2008-06-08 | Restore apostrophe hack. | Eugene Sandulenko | |
svn-id: r32623 | |||
2008-06-08 | Load all texts from drascula.dat | Eugene Sandulenko | |
svn-id: r32622 | |||
2008-06-08 | Proper texts alignment. | Eugene Sandulenko | |
svn-id: r32621 | |||
2008-06-08 | quitGame() -> endChapter() | Filippos Karapetis | |
svn-id: r32620 | |||
2008-06-08 | Removed the MiVideoSSN buffer, using screenSurface instead. Added a FIXME ↵ | Filippos Karapetis | |
for decodeOffset (as it can incorrectly write beyond 64000 bytes, up to 64256) svn-id: r32619 | |||
2008-06-08 | Fixed readVolCnf() filename length detection and converted ↵ | Kari Salminen | |
fixVolCnfFileName-function to something easier to understand. svn-id: r32618 | |||
2008-06-08 | pointer -> memPtr | Filippos Karapetis | |
Des_RLE -> decodeRLE Des_OFF -> decodeOffset Lenght -> length Removed duplicate code for RLE decoding svn-id: r32617 | |||
2008-06-08 | Use mixVideo() in showFrame() and some capitalization fixes | Filippos Karapetis | |
svn-id: r32616 | |||
2008-06-08 | - Removed the AuxBuffOrg and AuxBuffDes buffers | Filippos Karapetis | |
- Renamed loadPCX -> showFrame - Removed WaitForNext() - Cleaned up the PCX frame loading code svn-id: r32615 | |||
2008-06-08 | The pendulumSurface pointer is only used in update_102() | Filippos Karapetis | |
svn-id: r32614 | |||
2008-06-08 | Removed the useless pcxBuffer buffer and auxPun pointer and fixed an ↵ | Filippos Karapetis | |
off-by-one error in the PCX decoding routine svn-id: r32613 | |||
2008-06-08 | Grouped all the different draw buffers/pointers together | Filippos Karapetis | |
svn-id: r32612 | |||
2008-06-08 | Use _system->quit() instead of exit(0). | Torbjörn Andersson | |
svn-id: r32611 | |||
2008-06-08 | Implement data padding | Eugene Sandulenko | |
svn-id: r32610 | |||
2008-06-08 | Cleanup | Filippos Karapetis | |
svn-id: r32609 | |||
2008-06-08 | Don't attempt to close the arj file if it hasn't been opened | Filippos Karapetis | |
svn-id: r32608 | |||
2008-06-08 | Initialize _charMap to avoid crash when drascula.dat doesn't exist | Filippos Karapetis | |
svn-id: r32607 | |||
2008-06-07 | Preparations for optimal memory allocation on reading. | Eugene Sandulenko | |
svn-id: r32606 | |||
2008-06-07 | Add stubs for .dat file loading | Eugene Sandulenko | |
svn-id: r32605 | |||
2008-06-07 | Expanded the InterfaceManager skeleton quite a bit. | Vicent Marti | |
svn-id: r32604 | |||
2008-06-07 | WIP of drascula.dat loading. | Eugene Sandulenko | |
DISCLAIMER: this is too far from finished. From now drascula.dat is required to run the game, but in the meantime you have to make it by yourself. Do not update DRASCULA_DAT_VER as I want it to be version 1 once all loading will be implemented, but that may lead to some changes similar to r32602. svn-id: r32603 | |||
2008-06-07 | Make .dat file a bit smaller. | Eugene Sandulenko | |
svn-id: r32602 | |||
2008-06-07 | Update Drascula's MSVC project files for r32599. | Kari Salminen | |
svn-id: r32601 | |||
2008-06-07 | Add new files to makefile. | Eugene Sandulenko | |
svn-id: r32600 | |||
2008-06-07 | Shuffled around more code. Now the files look more manageable. | Eugene Sandulenko | |
svn-id: r32599 | |||
2008-06-07 | create_drascula tool, courtsey of md5. Not yet used by the engine. | Eugene Sandulenko | |
svn-id: r32598 | |||
2008-06-07 | Another fix, now to German texts. | Eugene Sandulenko | |
svn-id: r32597 | |||
2008-06-07 | Ooops. Several missing colons in the texts which lead to wrong messages were ↵ | Eugene Sandulenko | |
spotted and fixed. svn-id: r32596 | |||
2008-06-07 | -Wno-multichar slipped in twice | Andre Heider | |
svn-id: r32594 |