Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-05-08 | fixed sfSceneEq bug | Andrew Kurushin | |
fixed load actors entrance removed some orphans svn-id: r17964 | |||
2005-01-22 | Fixed warning. | Torbjörn Andersson | |
svn-id: r16613 | |||
2005-01-21 | problems solved: | Andrew Kurushin | |
- Allow more than one script work at once - Proper implementation of address methods some opcodes may be broken - cause work in progress todo: rewrite opcodes with new address functionality svn-id: r16604 | |||
2005-01-15 | some work in progress on verb stuff: | Andrew Kurushin | |
- many structers and fields renamed to proper names - added missing functions svn-id: r16562 | |||
2005-01-03 | - script execution stops properly | Andrew Kurushin | |
- placard should work over way: set Wait flag for thread (as in opSpeak) remove inner loop (processInput...) svn-id: r16418 | |||
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-21 | - rewritten actors speech engine : | Andrew Kurushin | |
1) there are three types of speech: one acor, multiple actor, non actor 2) slow speech implemented 3) uses native engine flags (async,noanimate...) instead of semaphores - proper timings implemented svn-id: r16237 | |||
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-10-28 | replaced printf usage in saga | Paweł Kołodziejski | |
svn-id: r15693 | |||
2004-10-27 | removed R_ prefix with few r_ too | Paweł Kołodziejski | |
svn-id: r15690 | |||
2004-08-12 | Merge SDEBUG_*, SF_* and STHREAD_* into Script class. | Eugene Sandulenko | |
svn-id: r14568 | |||
2004-08-12 | Drop SSTACK_ in favor of common/stack.h implementation. | Eugene Sandulenko | |
svn-id: r14566 | |||
2004-08-10 | Move CON_* to a class. | Eugene Sandulenko | |
svn-id: r14538 | |||
2004-08-04 | Move SCENE_* to class. | Eugene Sandulenko | |
svn-id: r14463 | |||
2004-08-03 | Move TEXT_* to SagaEngine class. | Eugene Sandulenko | |
svn-id: r14450 | |||
2004-08-03 | Move FONT_* to class. | Eugene Sandulenko | |
svn-id: r14449 | |||
2004-08-02 | Fix #include paths. | Eugene Sandulenko | |
svn-id: r14443 | |||
2004-08-02 | Objectize actor.cpp | Eugene Sandulenko | |
svn-id: r14441 | |||
2004-08-01 | Clean up Script class a bit; add get/set functions | Joost Peters | |
svn-id: r14428 | |||
2004-08-01 | Made all MemoryReadStream local variables. This plugged a giantic constant | Eugene Sandulenko | |
leakage in the engine. svn-id: r14427 | |||
2004-08-01 | create Script class from SCRIPT_* and ScriptModule | Joost Peters | |
svn-id: r14425 | |||
2004-08-01 | merge gfx_mod.h into gfx.h and stick functions into a class | Jonathan Gray | |
svn-id: r14419 | |||
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-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 | indent | Paweł Kołodziejski | |
svn-id: r13713 | |||
2004-04-30 | Move from custom unsigned types to those provided by main config.h | Eugene Sandulenko | |
svn-id: r13687 | |||
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 |