Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-03 | Changes some char* usage to Common::String. | Johannes Schickel | |
svn-id: r22902 | |||
2006-06-03 | - Replaces usage of PAKChunk* with PAKChunk for Common::List, should solve ↵ | Johannes Schickel | |
some strange MSVC6 warnings/(errors). svn-id: r22900 | |||
2006-04-23 | Uses kyra.dat for GUI strings instead of hardcoding them, which means ↵ | Oystein Eftevaag | |
localized strings are now supported for the menus. Note that the size of the menus are not yet calculated to account for the longer strings in some languages svn-id: r22105 | |||
2006-04-09 | Fix const correctness in Kyra's StaticResource::loadStrings and ↵ | Max Horn | |
StaticResource::loadPaletteTable (notice the difference between a pointer pointing to a pointer pointing to const memory, vs. a pointer pointing to a *constant* pointer pointing to const memory) svn-id: r21708 | |||
2006-03-18 | Oops, forgot to change a variable declaration in the last commit | Oystein Eftevaag | |
svn-id: r21367 | |||
2006-03-18 | Changed 'amiga' keywords to 'isAmiga' in the resource handling code to avoid ↵ | Oystein Eftevaag | |
#define conflicts svn-id: r21366 | |||
2006-03-18 | - started to rework static resource loading | Johannes Schickel | |
- made some function parameters const (to work with new static res code) svn-id: r21365 | |||
2006-03-14 | - Deletes wrong spaces in debugC calls in resource.cpp | Johannes Schickel | |
- Adds support for amiga .pak files (and a filelist) svn-id: r21299 | |||
2006-02-17 | Reduced header dependencies | Max Horn | |
svn-id: r20743 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |