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
/
common
/
map.h
Age
Commit message (
Expand
)
Author
2004-02-05
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-11-07
typo, gnaw gnaw
Max Horn
2003-11-07
Introduce Comperator template parameter to Map -> this allows more flexible u...
Max Horn
2003-10-08
renamed createNode() to findOrCreateNode(); added addKey() method; reimplemen...
Max Horn
2003-10-05
no need for an explicit error here; rather, the linker will catch any invalid...
Max Horn
2003-10-05
cleaned up iterator code in Map
Max Horn
2003-10-05
added doxygen comment & TODOs
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-10-02
fix a warning wjp gets with gcc 3.2.3
Max Horn
2003-09-06
avoid accidental copying of Map
Max Horn
2003-08-21
patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...
Jonathan Gray
2003-08-01
#include cleanup (explicityl specify the location for headers from common/, s...
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
next pedantic cleanup code
Paweł Kołodziejski
2002-11-13
properly init all datacd Projekte/scummvm
Max Horn
2002-10-22
don't shadow vars
Max Horn
2002-09-10
fixed compilation, but not sure about this
Paweł Kołodziejski
2002-09-09
fixed bug in remove() (could cause crashes)
Max Horn
2002-09-09
added missing destructor; fixed clearNodes; fixed parameter of merge()
Max Horn
2002-09-08
rewrote config class; cleanup; code restructuring
Max Horn