aboutsummaryrefslogtreecommitdiff
path: root/devtools
AgeCommit message (Expand)Author
2011-06-30CREDITS: Update my status to active again.unknown
2011-06-25DREAMWEB: Removed workaround of invalid size of extext dataVladimir Menshakov
2011-06-25DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, added...Vladimir Menshakov
2011-06-25DREAMWEB: Fixed quit from keypad screenVladimir Menshakov
2011-06-25DREAMWEB: Fixed keypad animationVladimir Menshakov
2011-06-24DREAMWEB: Fixed continuing to another procedure. (axe misuse crash)Vladimir Menshakov
2011-06-24DREAMWEB: Fixed quit() from dialogueVladimir Menshakov
2011-06-23DREAMWEB: Added subtitle optionVladimir Menshakov
2011-06-23CREDITS: Add real name of serga per his requestEugene Sandulenko
2011-06-22DREAMWEB: frameoutv becomes a native functionBertrand Augereau
2011-06-22Merge pull request #26 from Littleboy/taskbarEugene Sandulenko
2011-06-22CREDITS: Mark myself as retiredMax Horn
2011-06-22DREAMWEB: Fix bug in tasmrecover causing load/save mixupWillem Jan Palenstijn
2011-06-21DREAMWEB: Remove control char from sourceWillem Jan Palenstijn
2011-06-21Merge branch 'dreamsrc'Willem Jan Palenstijn
2011-06-20DREAMWEB: Remove readabyte() and readoneblock()eriktorbjorn
2011-06-20DREAMWEB: Remove convertkey()eriktorbjorn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19DREAMWEB: Remove control chars from sourceWillem Jan Palenstijn
2011-06-19DREAMWEB: Added crash workaroundVladimir Menshakov
2011-06-19DREAMWEB: Fixed quit from travel screenVladimir Menshakov
2011-06-19DREAMWEB: Removed getback = 4 hack, added clean exit from every menus and cre...Vladimir Menshakov
2011-06-18DREAMWEB: do not call updatescreen before quitting, fixed crash on dosreturn,...Vladimir Menshakov
2011-06-18DREAMWEB: implemented clean exitVladimir Menshakov
2011-06-17DREAMWEB: clear cx after rep movs/stos commandsVladimir Menshakov
2011-06-17DREAMWEB: replaced generated code with c++ style stubsVladimir Menshakov
2011-06-16DREAMWEB: Re-optimize unbounded code blocksWillem Jan Palenstijn
2011-06-16BACKENDS: Add use flag for taskbar integrationLittleboy
2011-06-16TOOLS: Add ole32.lib and uuid.lib to Code::Blocks linked librariesLittleboy
2011-06-16DREAMWEB: Fix probably copy-paste error in asmWillem Jan Palenstijn
2011-06-16DREAMWEB: Try to clean up jumps to returnsWillem Jan Palenstijn
2011-06-16DREAMWEB: removed while loops from rep+stos/movs instructionsVladimir Menshakov
2011-06-16DREAMWEB: Improved code formattingVladimir Menshakov
2011-06-16DREAMWEB: Added engine to the creditsVladimir Menshakov
2011-06-16DREAMWEB: optimized consequtive movsb/w and stosb/wVladimir Menshakov
2011-06-15DREAMWEB: added unused label elimination. Does not work for some labels, but ...Vladimir Menshakov
2011-06-15DREAMWEB: added banner to autogenerated filesVladimir Menshakov
2011-06-15DREAMWEB: marked global as used from get_global()Vladimir Menshakov
2011-06-15DREAMWEB: uncommented simple ret strippingVladimir Menshakov
2011-06-15DREAMWEB: fixed code formattingVladimir Menshakov
2011-06-15DREAMWEB: removed width160 for nowVladimir Menshakov
2011-06-15DREAMWEB: removed asserts, added STACK_CHECK as suggested by MaxVladimir Menshakov
2011-06-15DREAMWEB: converted line endings to the unix formatVladimir Menshakov
2011-06-15DREAMWEB: Added original sources. Released with permission from Neil Dodwell.Vladimir Menshakov
2011-06-15DREAMWEB: implemented stc/clc, fixed preliminary exit from the dialogueVladimir Menshakov
2011-06-15DREAMWEB: fixed occasional stripping of the strings in data segmentVladimir Menshakov
2011-06-15DREAMWEB: added stack depth check to code generatorVladimir Menshakov
2011-06-15DREAMWEB: added inc/dec instructions.Vladimir Menshakov
2011-06-15DREAMWEB: fixed seg XXX construction in generatorVladimir Menshakov
2011-06-15DREAMWEB: fixed invalid generated jump instructionsVladimir Menshakov