aboutsummaryrefslogtreecommitdiff
path: root/devtools
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) - 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) - implement party restingathrxx
2011-12-26KYRA: (EOB) - implement save menuathrxx
2011-12-26KYRA: (EOB) - implement memorize/pray spells menuathrxx
2011-12-26KYRA: (EOB) - add static resources for memorize/pray menuathrxx
2011-12-26KYRA: (EOB) - more work on ingame menusathrxx
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) - update kyradat toolathrxx
2011-12-26DREAMWEB: Remove the now unused ASM style versions of getanyad, getexad, ↵Filippos Karapetis
getfreead and getsetad
2011-12-26DREAMWEB: Convert findAllOpen, fillOpenWillem Jan Palenstijn
2011-12-26DREAMWEB: Port 'transfertoex' to C++Filippos Karapetis
2011-12-26DREAMWEB: Move pressList out of the data blob, and remove loads of unused ↵Filippos Karapetis
global variables from the data blob
2011-12-26DREAMWEB: Move the roomsCanGo array out of the data blobFilippos Karapetis
2011-12-26DREAMWEB: Ported 'searchforfiles' to C++D G Turner
2011-12-26DREAMWEB: Port 'findpathofpoint' to C++D G Turner
2011-12-26DREAMWEB: Port rollEm() to C++Max Horn
2011-12-25DREAMWEB: Ported 'findfirstpath' to C++.D G Turner
This conversion could do with a bit more work to remove the es/ax/cx temp usage and clean up the code.
2011-12-25DREAMWEB: Port 'findopenpos' to C++Filippos Karapetis
2011-12-25DREAMWEB: The ASM-style version of getEitherAd() is no longer neededFilippos Karapetis
2011-12-25DREAMWEB: Remove getdestinfo() and access the roomPics array directly in ↵Filippos Karapetis
locationPic()
2011-12-25DREAMWEB: Port 'purgeanitem' to C++, some cleanupFilippos Karapetis
2011-12-25DREAMWEB: Port 'emergencypurge' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'outofopen' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'swapwithopen' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'swapwithinv' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'useopened' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'locationpic', 'reexfrominv' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'selectopenob' to C++Filippos Karapetis
2011-12-25DREAMWEB: Port 'dosometalk' to C++D G Turner
2011-12-25DREAMWEB: Convert 'checkobjectsize' to C++Filippos Karapetis
Also, renamed getOpenedSizeCPP() to getSlotCount(). Special thanks to wjp for his help and for examining the behavior of a fallback case.
2011-12-24DREAMWEB: Port 'getpersontext' to C++D G Turner
2011-12-24DREAMWEB: Ported 'starttalk' to C++D G Turner
2011-12-24DREAMWEB: Move many use-related functions to DreamBaseWillem Jan Palenstijn
2011-12-24DREAMWEB: Remove unused functionWillem Jan Palenstijn
2011-12-24DREAMWEB: Port 'dropobject' to C++Filippos Karapetis
2011-12-24DREAMWEB: Convert getObTextStartWillem Jan Palenstijn
2011-12-24DREAMWEB: Port 'incryanpage' to C++Filippos Karapetis
2011-12-23Merge pull request #151 from fingolfin/dreamweb-cleanup-rebasedWillem Jan Palenstijn
Conflicts: engines/dreamweb/dreamgen.cpp engines/dreamweb/stubs.cpp