index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
devtools
/
tasmrecover
/
tasm
Age
Commit message (
Expand
)
Author
2011-12-27
DREAMWEB: Add the ability to blacklist unused constants in tasm-recover
Filippos Karapetis
2011-12-27
DREAMWEB: Move all of the functions to DreamBase and remove stubs.h
Filippos Karapetis
2011-12-08
DREAMWEB: Refactor segment management
Max Horn
2011-12-07
DREAMWEB: Make DreamBase::engine protected
Max Horn
2011-12-07
DREAMWEB: Pass data segment as SegmentRef to Context constructor
Max Horn
2011-12-07
DREAMWEB: Move generated constants out of class DreamGenContext
Max Horn
2011-12-07
DREAMWEB: Add DreamBase as second base class for DreamGenContext
Max Horn
2011-12-06
DREAMWEB: Fix generated namespace comments
Max Horn
2011-12-05
DREAMWEB: Untangle namespaces
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Add option to tasmrecover to skip binary data
Willem Jan Palenstijn
2011-12-02
DREAMWEB: Whitespace fixes in dreamgen.*
D G Turner
2011-12-02
DEVTOOLS: Add support to tasm-recover to skip output of addr_* header.
D G Turner
2011-12-01
DEVTOOLS: Add function name remapping ability to tasm-recover tool.
D G Turner
2011-11-29
DEVTOOLS: Add flag to tasm-recover to omit blacklisted function headers.
D G Turner
2011-11-23
DEVTOOLS: Add flag to tasm-recover tool to skip dispatch call function.
D G Turner
2011-08-24
DREAMWEB: Added comments with string representation for the data segment
Vladimir Menshakov
2011-08-18
DREAMWEB: Reorder modifiers for consistency (cosmetic)
Willem Jan Palenstijn
2011-08-18
DREAMWEB: Emit symbolic constants for data offsets
Willem Jan Palenstijn
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-07-28
DREAMWEB: Add option to process asm functions but not output them
Willem Jan Palenstijn
2011-07-19
DREAMWEB: Add ScummVM headers, remove SVN keywords.
Eugene Sandulenko
2011-07-17
DREAMWEB: The generator includes a file for custom structs and a file for cus...
Bertrand Augereau
2011-06-24
DREAMWEB: Fixed continuing to another procedure. (axe misuse crash)
Vladimir Menshakov
2011-06-22
DREAMWEB: Fix bug in tasmrecover causing load/save mixup
Willem Jan Palenstijn
2011-06-17
DREAMWEB: clear cx after rep movs/stos commands
Vladimir Menshakov
2011-06-17
DREAMWEB: replaced generated code with c++ style stubs
Vladimir Menshakov
2011-06-16
DREAMWEB: Re-optimize unbounded code blocks
Willem Jan Palenstijn
2011-06-16
DREAMWEB: Try to clean up jumps to returns
Willem Jan Palenstijn
2011-06-16
DREAMWEB: removed while loops from rep+stos/movs instructions
Vladimir Menshakov
2011-06-16
DREAMWEB: Improved code formatting
Vladimir Menshakov
2011-06-16
DREAMWEB: optimized consequtive movsb/w and stosb/w
Vladimir Menshakov
2011-06-15
DREAMWEB: added unused label elimination. Does not work for some labels, but ...
Vladimir Menshakov
2011-06-15
DREAMWEB: added banner to autogenerated files
Vladimir Menshakov
2011-06-15
DREAMWEB: marked global as used from get_global()
Vladimir Menshakov
2011-06-15
DREAMWEB: uncommented simple ret stripping
Vladimir Menshakov
2011-06-15
DREAMWEB: fixed code formatting
Vladimir Menshakov
2011-06-15
DREAMWEB: removed asserts, added STACK_CHECK as suggested by Max
Vladimir Menshakov
2011-06-15
DREAMWEB: implemented stc/clc, fixed preliminary exit from the dialogue
Vladimir Menshakov
2011-06-15
DREAMWEB: fixed occasional stripping of the strings in data segment
Vladimir Menshakov
2011-06-15
DREAMWEB: added stack depth check to code generator
Vladimir Menshakov
2011-06-15
DREAMWEB: added inc/dec instructions.
Vladimir Menshakov
2011-06-15
DREAMWEB: fixed seg XXX construction in generator
Vladimir Menshakov
2011-06-15
DREAMWEB: fixed invalid generated jump instructions
Vladimir Menshakov
2011-06-15
DREAMWEB: fixed rep prefix
Vladimir Menshakov
2011-06-15
DREAMWEB: asserted invalid calls
Vladimir Menshakov
2011-06-15
DREAMWEB: added 'equ' const to public header
Vladimir Menshakov
2011-06-15
DREAMWEB: output equ values in log
Vladimir Menshakov
2011-06-15
DREAMWEB: added names instead of offsets for variables
Vladimir Menshakov
2011-06-15
DREAMWEB: fixed missing explicit segment specification. added verbose data du...
Vladimir Menshakov
2011-06-15
DREAMWEB: removed static from functions for now (allowing external usage)
Vladimir Menshakov
[next]