Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-20 | SCI: cleanup | Max Horn | |
svn-id: r39578 | |||
2009-03-20 | silenced some warnings | Max Horn | |
svn-id: r39566 | |||
2009-03-19 | Fix warning. | Johannes Schickel | |
svn-id: r39547 | |||
2009-03-19 | SCI: removed aatree.o from module | Walter van Niftrik | |
svn-id: r39546 | |||
2009-03-19 | SCI: converted aatree into a class | Walter van Niftrik | |
svn-id: r39544 | |||
2009-03-19 | Hopefully, this fixes the warnings thrown when attempting to print the ↵ | Filippos Karapetis | |
"size" variable (which is of type type_t) svn-id: r39543 | |||
2009-03-19 | Cleaned up gfxop_draw_rectangle(). Also, removed a check insode ↵ | Filippos Karapetis | |
BASIC_CHECKS() which is impossible to occur svn-id: r39540 | |||
2009-03-19 | Fixed issues with commit #39449, fixing some graphical glitches with the GUI ↵ | Filippos Karapetis | |
widgets svn-id: r39534 | |||
2009-03-19 | Added another version of SQ4 | Filippos Karapetis | |
svn-id: r39525 | |||
2009-03-18 | Changed abs_rect_t to Common::Rect | Filippos Karapetis | |
svn-id: r39518 | |||
2009-03-18 | Fix compile of SCI engine. | Travis Howell | |
svn-id: r39517 | |||
2009-03-18 | Renamed resmgr.cpp -> gfx_resmgr.cpp | Filippos Karapetis | |
Moved all files from gfx/resource/* to gfx/* svn-id: r39515 | |||
2009-03-18 | Slight cleanup | Filippos Karapetis | |
svn-id: r39514 | |||
2009-03-18 | Cleaned up graphics initialization a bit | Filippos Karapetis | |
svn-id: r39513 | |||
2009-03-18 | Cleanup | Filippos Karapetis | |
svn-id: r39506 | |||
2009-03-17 | Cleanup | Filippos Karapetis | |
svn-id: r39501 | |||
2009-03-17 | Further objectification of the graphics resource manager | Filippos Karapetis | |
svn-id: r39499 | |||
2009-03-17 | Fix warning. | Johannes Schickel | |
svn-id: r39498 | |||
2009-03-17 | Started objectifying the graphics resource manager (refer to patch #2689887) | Filippos Karapetis | |
svn-id: r39492 | |||
2009-03-17 | SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup | Max Horn | |
svn-id: r39485 | |||
2009-03-17 | SCI: Got rid of various SegManager::free_* methods | Max Horn | |
svn-id: r39484 | |||
2009-03-17 | SCI: fix warning | Max Horn | |
svn-id: r39483 | |||
2009-03-17 | Renamed some defines: | Filippos Karapetis | |
- FREESCI_CURRENT_SAVEGAME_VERSION, FREESCI_MINIMUM_SAVEGAME_VERSION -> CURRENT_SAVEGAME_VERSION, MINIMUM_SAVEGAME_VERSION (saved games are not compatible with FreeSCI's ones anymore) - _K_VIEW_SIG_FLAG_FREESCI_STOPUPD -> _K_VIEW_SIG_FLAG_STOPUPD (like the rest of the flags) - Removed FREESCI_KFUNCT_GLUTTON (unused) svn-id: r39478 | |||
2009-03-17 | Removed the "About FreeSCI" menu as discussed in -devel, now that the ↵ | Filippos Karapetis | |
FreeSCI contributors have been moved to the AUTHORS file svn-id: r39476 | |||
2009-03-16 | It seems that the SCI GUI code tries to show rectangles with negative ↵ | Filippos Karapetis | |
height. Added some sanity checks for this, but the *real* problem lies elsewhere svn-id: r39451 | |||
2009-03-16 | Changed the temporary helper functions to defines | Filippos Karapetis | |
svn-id: r39450 | |||
2009-03-16 | Replaced some rect_t operations with our common ones. For now, two helper ↵ | Filippos Karapetis | |
functions are used to easily change types between Common::Rect and rect_t, until rect_t is removed svn-id: r39449 | |||
2009-03-16 | SCI: Removed sbtree code by Common::Hashmap | Max Horn | |
svn-id: r39439 | |||
2009-03-16 | Replaced "xl" with "width" and "y1" with "height" in places where rectangles ↵ | Filippos Karapetis | |
are used svn-id: r39435 | |||
2009-03-15 | SCI: Rewrote the save/load code, see also patch #2687400. | Max Horn | |
The new format is incompatible with the old one, and is still subject to some further changes. Also, regressions are quite possible, so watch out. Finally, the new code still contains some TODOs and FIXMEs. Several of these will be more or less automatically resolved once other code gets C++ified. svn-id: r39430 | |||
2009-03-15 | SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &' | Max Horn | |
svn-id: r39429 | |||
2009-03-14 | SCI: Fixed warning | Max Horn | |
svn-id: r39400 | |||
2009-03-14 | Add more detection entries from bugreport #2670691 | Eugene Sandulenko | |
svn-id: r39386 | |||
2009-03-14 | - LZS Decompressor added | Greg Frieger | |
- Some code clean-up svn-id: r39385 | |||
2009-03-14 | Fixed SCI32 Map detection | Greg Frieger | |
svn-id: r39384 | |||
2009-03-14 | Some rewrites and clean-ups in decompressing functions. View and Pic ↵ | Greg Frieger | |
post-processing functions reverted back to FreeSCI ones. svn-id: r39383 | |||
2009-03-14 | cleaning up after myself again *sigh* | Max Horn | |
svn-id: r39382 | |||
2009-03-14 | SCI: Fixed warning | Max Horn | |
svn-id: r39381 | |||
2009-03-14 | SCI: Removed more dead code | Max Horn | |
svn-id: r39379 | |||
2009-03-14 | Removed two empty switch statements to silence an MSVC warning | Filippos Karapetis | |
svn-id: r39376 | |||
2009-03-14 | Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause ↵ | Filippos Karapetis | |
that's what it is), and changed its type to int * to avoid unneeded casts svn-id: r39375 | |||
2009-03-14 | Removed the unused struct "internal" inside gfx_pixmap_t | Filippos Karapetis | |
svn-id: r39374 | |||
2009-03-13 | SCI: cleanup | Max Horn | |
svn-id: r39371 | |||
2009-03-13 | Changed the parameter passed to isprint() to be unsigned, according to MSDN ↵ | Filippos Karapetis | |
(thanks wjp) svn-id: r39370 | |||
2009-03-13 | Added an explanatory comment for commit #39368 | Filippos Karapetis | |
svn-id: r39369 | |||
2009-03-13 | LSL5 no longer throws an assertion after the intro | Filippos Karapetis | |
svn-id: r39368 | |||
2009-03-13 | Applied gregfrieger's fix on decodeRLE() | Filippos Karapetis | |
svn-id: r39367 | |||
2009-03-12 | Commited syke's patch as-is | Filippos Karapetis | |
svn-id: r39366 | |||
2009-03-12 | Added the correct SCI version for German LSL7 from bug report #2662260. ↵ | Filippos Karapetis | |
Also, added "sier" to the list of executable names (matches sier.exe, sierw.exe and sierw5.exe) svn-id: r39362 | |||
2009-03-12 | Added detector entries from bug reports #2644547 and #2670691 | Filippos Karapetis | |
svn-id: r39361 |