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
/
sword25
/
package
/
packagemanager_script.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-01-28
SWORD25: Marked several unused LUA callbacks as dummy functions. Some cleanup.
Filippos Karapetis
2011-01-23
SWORD25: Replaced BS_ASSERT() with assert()
Filippos Karapetis
2010-10-25
SWORD25: Simplify FS 'wrapper' code a bit, add FIXME comments
Max Horn
2010-10-19
SWORD25: Enforced code formatting rules in rest of the engine
Eugene Sandulenko
2010-10-18
SWORD25: Renamed Lua .c files to .cpp and make it compilable
Eugene Sandulenko
2010-10-15
SWORD25: Do not use Kernel::GetService directly anymore
Max Horn
2010-10-13
SWORD25: Enforced code naming conventions in script/*
Eugene Sandulenko
2010-10-13
SWORD25: Enforse code naming conventions in PackageManager and Sword25Engine
Eugene Sandulenko
2010-10-12
SWORD25: Replaced some free's with delete[]
Paul Gilbert
2010-10-12
SWORD25: unsigned int -> uint
Eugene Sandulenko
2010-10-12
SWORD25: removed BS_ prefix from rest of the classes.
Eugene Sandulenko
2010-10-12
SWORD25: eliminated BS_ prefix in all but kernel/
Eugene Sandulenko
2010-10-12
SWORD25: Changed signature of FS searching method. Cleanup.
Eugene Sandulenko
2010-10-12
SWORD25: package manager. Style fixes. Cleanup
Eugene Sandulenko
2010-10-12
SWORD25: Fix couple more warnings
Eugene Sandulenko
2010-10-12
SWORD25: Clean compile!
Eugene Sandulenko
2010-10-12
SWORD25: Mass-astyle.
Eugene Sandulenko
2010-10-12
SWORD25: Converted remainder of package/ folder
Paul Gilbert
2010-10-12
SWORD25: Replacing headers with ScummVM ones plus original (C)
Eugene Sandulenko
2010-10-12
SWORD25: Path fixes for includes
Eugene Sandulenko
2010-10-12
SWORD25: Importing original sources
Eugene Sandulenko