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
/
engines
/
sci
/
engine
/
stringfrag.cpp
Age
Commit message (
Expand
)
Author
2009-09-14
SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*()
Max Horn
2009-09-14
SCI: kernelDeref*() functions are now seSegmentManager methods
Max Horn
2009-09-02
Some renaming:
Filippos Karapetis
2009-09-02
SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString
Max Horn
2009-08-25
- Replaced more cases of EngineState parameters
Filippos Karapetis
2009-05-20
removed trailing whitespaces
Max Horn
2009-05-18
Changed errors to be fatal, as most of them are fatal conditions. Some of the...
Filippos Karapetis
2009-05-06
SCI: Added a comment (taken from a mail by Lars Skovlund) explaining SCI stri...
Max Horn
2009-05-05
SCI: Fix my previous changes to internal_stringfrag_strcmp (side remark: Anot...
Max Horn
2009-05-05
SCI: Simplified internal_stringfrag_strcmp and internal_stringfrag_strncmp
Max Horn
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
2009-03-10
- Fix code indentation
Johannes Schickel
2009-03-10
Added missing SVN keywords
Filippos Karapetis
2009-03-10
Formatted code to conform to our coding standards. Also, added parentheses to...
Filippos Karapetis
2009-03-10
- Fix warning
Johannes Schickel
2009-03-10
Add missing file.
Lars Skovlund