Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-11 | Fix heap corruption when assigning the save game directory | Filippos Karapetis | |
svn-id: r39343 | |||
2009-03-10 | String fragments support | Lars Skovlund | |
WIP: No regressions in this part, I hope svn-id: r39297 | |||
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn | |
There are some remaining regressions with text colour in SCI1 games, but overall it should fix more than it breaks. svn-id: r39242 | |||
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed ↵ | Max Horn | |
spelling: suffices -> suffixes svn-id: r39214 | |||
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn | |
svn-id: r39202 | |||
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis | |
svn-id: r39189 | |||
2009-03-03 | SCI1: Improved color mapping when drawing line/box/text. Text with ↵ | Greg Frieger | |
transparent background now displays correctly. svn-id: r39089 | |||
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat | |
svn-id: r38988 | |||
2009-02-28 | SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var ↵ | Max Horn | |
shadowing warnings; some other tweaks svn-id: r38984 | |||
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ↵ | Greg Frieger | |
Also the crash when exiting SCI1 games was fixed svn-id: r38982 | |||
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger | |
svn-id: r38978 | |||
2009-02-28 | clean up some warnings | Andre Heider | |
svn-id: r38965 | |||
2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat | |
svn-id: r38961 | |||
2009-02-27 | SCI: Remove empty include/ dir | Max Horn | |
svn-id: r38922 | |||
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp ↵ | Max Horn | |
file with the EngineState constructor svn-id: r38921 | |||
2009-02-27 | SCI: Moved almost all files from include/ to other dirs; only ↵ | Max Horn | |
include/engine.h remains svn-id: r38920 | |||
2009-02-27 | SCI: Commited file handling revamp, work in progress | Max Horn | |
svn-id: r38919 | |||
2009-02-26 | - Removed engine/sys_strings.* | Filippos Karapetis | |
- Renamed sys_string_t -> SystemString, sys_strings_t -> SystemStrings svn-id: r38916 | |||
2009-02-26 | start out with an empty array of file handles, so the Enginestates matches ↵ | Andre Heider | |
between startup and restart. really check its size before accessing it (fixes LSL3 restart) svn-id: r38915 | |||
2009-02-26 | reinit sfx in game_init() when it got deinitialized in game_exit(), this ↵ | Andre Heider | |
unmutes the game after a restart. shutdown sfx in game_exit() only if there is no EngineState successor (restored game) since gamestate_restore() already reinitialized it. svn-id: r38912 | |||
2009-02-25 | reintroduce game_start_time (removed it in r38701), since the interpreter ↵ | Andre Heider | |
can be restarted and it can be retrieved via script function (eg. LSL3 about box) svn-id: r38888 | |||
2009-02-24 | bring back comments but as TODO comment | Paweł Kołodziejski | |
svn-id: r38866 | |||
2009-02-24 | remove code related __GNU__XX defines | Paweł Kołodziejski | |
svn-id: r38863 | |||
2009-02-24 | SCI: Moved kernel.h and kdebug.h from include/ to engine/; untangled header ↵ | Max Horn | |
deps some more svn-id: r38833 | |||
2009-02-23 | SCI: Got rid of resource_dir & work_dir (temporarily disabled ↵ | Max Horn | |
f_open_mirrored for that) svn-id: r38807 | |||
2009-02-23 | SCI: Changed selector name table to a Common::StringList | Max Horn | |
svn-id: r38805 | |||
2009-02-23 | SCI: Simplified code for selector lookup map generation a bit; got rid of an ↵ | Max Horn | |
unused var svn-id: r38804 | |||
2009-02-22 | SCI: Rewrite the way file handles are managed | Max Horn | |
svn-id: r38794 | |||
2009-02-22 | SCI: Moved the code which iterates over the current dir into a small class | Max Horn | |
svn-id: r38793 | |||
2009-02-22 | SCI: Replaced two uses of sci_fopen by Common::File; moved is_print_str() to ↵ | Max Horn | |
the only spot it is used svn-id: r38791 | |||
2009-02-22 | Whitespace cleanup | Jordi Vilalta Prat | |
svn-id: r38783 | |||
2009-02-21 | SCI: Convert the segment manager into a class | Jordi Vilalta Prat | |
svn-id: r38767 | |||
2009-02-21 | SCI: Moved include/menubar.h -> gfx/menubar.h, untangled headers some more | Max Horn | |
svn-id: r38761 | |||
2009-02-21 | SCI: Changed typedef struct -> struct | Max Horn | |
svn-id: r38752 | |||
2009-02-21 | SCI: Tons of cleanup | Max Horn | |
svn-id: r38721 | |||
2009-02-21 | use OSystem::getMillis() for last_wait_time and get rid of game_start_time | Andre Heider | |
svn-id: r38701 | |||
2009-02-21 | revert large parts of r38621. error() is for fatal errors and does not ↵ | Willem Jan Palenstijn | |
return. warning() is not for debugging status messages. svn-id: r38696 | |||
2009-02-21 | Remove excess \n. | Travis Howell | |
svn-id: r38695 | |||
2009-02-21 | Replaced "typedef struct _state state_t" with "struct EngineState" | Jordi Vilalta Prat | |
svn-id: r38678 | |||
2009-02-21 | Wrapped the SCI engine in the Sci namespace. | Oystein Eftevaag | |
svn-id: r38676 | |||
2009-02-20 | Changed more messages to warnings/errors | Filippos Karapetis | |
svn-id: r38621 | |||
2009-02-18 | formating | Paweł Kołodziejski | |
svn-id: r38512 | |||
2009-02-18 | formating | Paweł Kołodziejski | |
svn-id: r38511 | |||
2009-02-17 | point_t -> Common::Point | Filippos Karapetis | |
svn-id: r38437 | |||
2009-02-17 | Update headers. engine/ | Eugene Sandulenko | |
svn-id: r38408 | |||
2009-02-17 | Replaced sci_free() with free() - it's OK to free a NULL pointer, so the ↵ | Filippos Karapetis | |
checking that sci_free() performed is not necessary svn-id: r38406 | |||
2009-02-16 | initialize palette buffers (compiler warning) | Paweł Kołodziejski | |
svn-id: r38351 | |||
2009-02-16 | Revert r38254 as pointed by waltervn (SCI1 games work again) | Jordi Vilalta Prat | |
svn-id: r38349 | |||
2009-02-15 | SCI: Run astyle to make the code be more compliant with our Code Formatting ↵ | Max Horn | |
Guidelines: engine dir svn-id: r38317 | |||
2009-02-15 | SCI: Got rid of a nasty hack where class, delete, new were re#defined ↵ | Max Horn | |
because FreeSCI used these C++ keywords for variable names svn-id: r38312 |