Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-10-17 | Fix walking in IHNM. It appeared that BG mask wasn't flipped upside down | Eugene Sandulenko | |
when everything else is :). svn-id: r19136 | |||
2005-08-13 | Fixe bug #1257869 "ITE: Crash when viewing the map" | Eugene Sandulenko | |
svn-id: r18673 | |||
2005-07-29 | Whitespaces | Eugene Sandulenko | |
svn-id: r18595 | |||
2005-07-19 | finally Resource manager rewritten: | Andrew Kurushin | |
-adds patch file support -global _vm removed cleanups svn-id: r18560 | |||
2005-07-14 | font & text related changes: | Andrew Kurushin | |
-rewritten font loading -actors box text output implemented -many fixes -implemented nonactors textoutput svn-id: r18542 | |||
2005-01-11 | - remove game.h & image.h | Andrew Kurushin | |
- all display information of current game goes to SagaEngine - remove GameFontIds - hide SagaEngine _gameId,_gameType & etc with methods getGameId(), getGameType() svn-id: r16545 | |||
2005-01-01 | oops, correct copyright string | Max Horn | |
svn-id: r16399 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-22 | o Moved GAME_* to SagaEngine object | Eugene Sandulenko | |
o Renamed GAME_ITE_* to GID_ITE_* o Renamed GID_ITE and GID_IHNM to GType_ITE and GType_IHNM svn-id: r16258 | |||
2004-12-15 | Patch #1081904 ITE: MAC demo support | Eugene Sandulenko | |
o Endianness-aware resource loading o Removed ys_dl_list in favor of our object implementation o Cleanup in actor code o Partial support for ITE Mac rereleased demo svn-id: r16051 | |||
2004-11-02 | Removed unknown part of IMAGE_HEADER struct since it wasn't used in the | Torbjörn Andersson | |
original code either. (Apparently it was reserved for future use.) I think the only remaining data structure with unknown members now is ANIMATION_HEADER. Of course, there's probably a lot that isn't implemented at all, too... svn-id: r15708 | |||
2004-10-27 | removed R_ prefix with few r_ too | Paweł Kołodziejski | |
svn-id: r15690 | |||
2004-08-27 | R_GAMETYPE -> GID, remove unused supported flag and trim some unused bits of ↵ | Jonathan Gray | |
GAME svn-id: r14793 | |||
2004-08-02 | Fix #include paths. | Eugene Sandulenko | |
svn-id: r14443 | |||
2004-08-01 | Oh the beauty of stack based objects: they free themselves automatically, so ↵ | Max Horn | |
you don't leak them all the time (fixed 10e6 object leaks :-) svn-id: r14417 | |||
2004-08-01 | merge reinherit.h into saga.h and gfx_mod.h, note the error loading ↵ | Jonathan Gray | |
animations wasn't caused by this commit :) svn-id: r14405 | |||
2004-07-31 | Rename some more functions to fit our naming rules | Eugene Sandulenko | |
svn-id: r14394 | |||
2004-07-31 | Objectize image.cpp | Eugene Sandulenko | |
svn-id: r14391 | |||
2004-07-31 | remove YS_IGNORE_PARAM macro and some uneeded yslib.h includes | Jonathan Gray | |
svn-id: r14385 | |||
2004-05-04 | Move from ys_binread.cpp and ys_binwrite.cpp to MemoryReadStream. | Eugene Sandulenko | |
In fact there were no binary writes at all. svn-id: r13773 | |||
2004-05-01 | Proper #includes everywhere | Eugene Sandulenko | |
Improved game detector svn-id: r13724 | |||
2004-05-01 | fix warning | Paweł Kołodziejski | |
svn-id: r13717 | |||
2004-05-01 | Fix IHNM hang | Eugene Sandulenko | |
svn-id: r13714 | |||
2004-05-01 | indent | Paweł Kołodziejski | |
svn-id: r13698 | |||
2004-04-30 | Move from custom unsigned types to those provided by main config.h | Eugene Sandulenko | |
svn-id: r13687 | |||
2004-04-27 | Remove yet another file | Max Horn | |
svn-id: r13654 | |||
2004-04-12 | WIP for SAGA engine. | Eugene Sandulenko | |
o text formatting is not consistent with rules, just indent utility is too dumb for that o it does not use OSystem, i.e. it runs on direct SDL calls o it may not even compile on your box o if you enable it, expect zillions of warnings o no sound Now it runs ITE intro as reinherit did svn-id: r13564 |