aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-26KYRA: (EOB) - lots of bug fixes, mostly for EOB IIathrxx
2011-12-26KYRA: (EOB) - fix some bugsathrxx
- fix monster movement - fix character level gain - add some static res for party transfer
2011-12-26KYRA: (EOB) - extend save/load dialogue to support 990 slotsathrxx
2011-12-26KYRA: (EOB) - implement wall of force spellathrxx
2011-12-26KYRA: (EOB) - add EOB 1 introathrxx
(also add and fix several other things, like cone of cold vortex, drawShape issues, etc.)
2011-12-26KYRA: (EOB) - add some spellsathrxx
(shocking grasp, flame blade, vampiric touch etc.)
2011-12-26KYRA: (EOB) - implemented some spells and fixed more bugsathrxx
2011-12-26KYRA: (EOB) - lots of fixes towards EOB1 playabilityathrxx
also implement some new code (EOB1 portals, burning hands spell, etc.)
2011-12-26KYRA: (EOB) - some more sequence code and bug fixesathrxx
2011-12-26KYRA: (EOB) - implement npc sequences and fix some bugsathrxx
2011-12-26KYRA: (EOB) - add turn undead spell, add some screen fades, fix some bugsathrxx
2011-12-26KYRA: (EOB) - implement some gui functionality, some bug fixes, etc.athrxx
2011-12-26KYRA: (EOB) - fix various bugs and implement some spellsathrxx
2011-12-26KYRA: (EOB) - implement party restingathrxx
2011-12-26KYRA: (EOB) - implement scribe scroll menuathrxx
2011-12-26KYRA: (EOB) - implement save menuathrxx
2011-12-26KYRA: (EOB) - implement load menuathrxx
(only 6 slots supported for now)
2011-12-26KYRA: (EOB) - some refactoringathrxx
2011-12-26KYRA: (EOB) - implement memorize/pray spells menuathrxx
2011-12-26KYRA: (EOB) - match eob code with 3f2b5b9e8b9196c9d0e573abf8f8350ec4034b1dathrxx
2011-12-26KYRA: (EOB) - add static resources for memorize/pray menuathrxx
2011-12-26KYRA: (EOB) - fix monster distance attack bugathrxx
2011-12-26KYRA: (EOB) - more work on ingame menusathrxx
2011-12-26KYRA: (EOB) - start implementing camp menuathrxx
2011-12-26KYRA: (EOB) - allow returning to the main menu from character generation via ESCathrxx
2011-12-26KYRA: (EOB) - extended saveload capsathrxx
(also save/load inventory and spellbook display state)
2011-12-26KYRA: (EOB) - fix shift key inputathrxx
2011-12-26KYRA: (EOB) - fix out of bounds mem accessathrxx
2011-12-26KYRA: (EOB) - fix some warnings and add some menu codeathrxx
2011-12-26KYRA: (EOB) - update static resources (menu strings)athrxx
2011-12-26KYRA: (EOB) - implement explodeObject()athrxx
2011-12-26KYRA: (EOB) - add some static res (flight object data) to kyra.datathrxx
2011-12-26KYRA: (EOB) - minor cleanupathrxx
2011-12-26KYRA: (EOB) - replace snprintf/sprintfathrxx
2011-12-26KYRA: (EOB) - minor code size reductionathrxx
2011-12-26KYRA: (EOB) - fix EOB1 spell definitionsathrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-12-26KYRA: (EOB) - update kyradat toolathrxx
2011-12-26KYRA: (AdLib Driver) - fix queue handling for Eobathrxx
Huge numbers of sound effects get started as soon as a couple of monsters are around. If we start dropping sound when the queue is full, we won't have any sounds in these situations, but we'll get tons of useless warnings instead.
2011-12-26KYRA: (AdLib Driver) - prevent squashing of sounds during halt track executionathrxx
This patch makes sure that the stopping track (track 0) does not squash sounds which get queued during the execution of the stopping track. This seems to be a hardware problem (original driver implementation not suitable for modern machines).
2011-12-26KYRA: (AdLib Driver) - increase versions and add necessary EOB modificationsathrxx
2011-12-26KYRA: (AdLib Driver) - fix secondary effectathrxx
2011-12-26KYRA: (AdLib Driver) - rename some variables to make more senseathrxx
2011-12-26KYRA: (AdLib Driver) - allow sound trigger queryathrxx
2011-12-26KYRA: (AdLib Driver) - fix invalid memory write issueathrxx
2011-12-26KYRA: (AdLib Driver) - implement sound effects volumeathrxx
(also make internal driver version more flexible)
2011-12-26DREAMWEB: Remove the now unused ASM style versions of getanyad, getexad, ↵Filippos Karapetis
getfreead and getsetad
2011-12-26DREAMWEB: Fix a regression in fillOpen() and remove the now unused ↵Filippos Karapetis
getOpenedSize()
2011-12-26DREAMWEB: Convert findAllOpen, fillOpenWillem Jan Palenstijn
2011-12-26GUI: Update translation files.Johannes Schickel