aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-02Added two new global funcs which ease proper handling of 'path' strings: ↵Max Horn
Common::lastPathComponent() and Common::normalizePath() svn-id: r34272
2008-09-02Added the missing tinsel engine project files for MSVC 7/7.1Filippos Karapetis
svn-id: r34271
2008-09-02Changed the MSVC optimization settings for the release version of all ↵Filippos Karapetis
current engines, according to the settings proposed in patch #1877032 - "better optimization settings for msvc9". SSE has NOT been enabled by default though, as it's not available under 64-bit platforms. Updated the MSVC 8 -> MSVC 7/7.1 batch file accordingly svn-id: r34270
2008-09-02Added new files to the MSVC projects (engines/dialogs.* and common/queue.h)Filippos Karapetis
svn-id: r34269
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
svn-id: r34268
2008-09-02fix Virgin logo screen breakage that was introduced in the RTL mergeJoost Peters
svn-id: r34267
2008-09-01Silence MSVC warning about empty switch statementFilippos Karapetis
svn-id: r34266
2008-09-01Silence MSVC warning about empty switch statementFilippos Karapetis
svn-id: r34265
2008-09-01cleanupMax Horn
svn-id: r34264
2008-09-01TINSEL: Enabled listSaves supportMax Horn
svn-id: r34263
2008-09-01Document each MetaEngineFeature (instead of listing just 'examples'). ↵Max Horn
Wording could be better, feel free to improve it svn-id: r34262
2008-09-01Clarified clarification ;)Max Horn
svn-id: r34261
2008-09-01Clarified some commentsMax Horn
svn-id: r34260
2008-09-01- kyra: fm-towns/pc-98 audio: restructured driver, added rhythm channel dataFlorian Kagerer
svn-id: r34259
2008-09-01Merging more of the GSoC 2008 RTL branch: TOUCHEMax Horn
svn-id: r34258
2008-09-01Merging more of the GSoC 2008 RTL branch: TINSELMax Horn
svn-id: r34257
2008-09-01Merging more of the GSoC 2008 RTL branch: SWORD2Max Horn
svn-id: r34256
2008-09-01Merging more of the GSoC 2008 RTL branch: SWORD1Max Horn
svn-id: r34255
2008-09-01Merging more of the GSoC 2008 RTL branch: SKYMax Horn
svn-id: r34254
2008-09-01Merging more of the GSoC 2008 RTL branch: SCUMMMax Horn
svn-id: r34253
2008-09-01Merging more of the GSoC 2008 RTL branch: SAGAMax Horn
svn-id: r34252
2008-09-01Merging more of the GSoC 2008 RTL branch: LUREMax Horn
svn-id: r34251
2008-09-01Formatting.Johannes Schickel
svn-id: r34249
2008-09-01Cleanup.Johannes Schickel
svn-id: r34248
2008-09-01Merging more of the GSoC 2008 RTL branch: QUEENMax Horn
svn-id: r34247
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
svn-id: r34246
2008-09-01Merging more of the GSoC 2008 RTL branch: GOBMax Horn
svn-id: r34245
2008-09-01Merging more of the GSoC 2008 RTL branch: CINEMax Horn
svn-id: r34244
2008-09-01Merging more of the GSoC 2008 RTL branch: AGOSMax Horn
svn-id: r34243
2008-09-01Merging more of the GSoC 2008 RTL branch: AGIMax Horn
svn-id: r34242
2008-09-01First part of GSoC2008 RTL branch mergeMax Horn
svn-id: r34241
2008-09-01- Added tests for newly added Common::QueueJohannes Schickel
- Changed Common::Queue::front and Common::Queue::back to return references instead of values svn-id: r34240
2008-09-01Fixed warnings.Johannes Schickel
svn-id: r34239
2008-09-01New Queue class, from RTL branchMax Horn
svn-id: r34237
2008-09-01Silence MSVC warning about potentially uninitialized variableFilippos Karapetis
svn-id: r34236
2008-09-01Updated all MSVC project files with the latest changes to the code (gob and ↵Filippos Karapetis
parallaction engines and the file system) svn-id: r34235
2008-08-31Added newly added archive.cpp to the build system, just in case someone ↵Johannes Schickel
wants to play with the code and wonders about errors while linking. svn-id: r34234
2008-08-31Fix warningsMax Horn
svn-id: r34228
2008-08-31* Added Archive, an interface for searching into file containers.Nicola Mettifogo
* Added FSDirectory, an Archive implementation that models a directory from the filesystem. * Added SearchSet, an Archive implementation that allows searching multiple Archives. See patch 2034983 on sf.net. svn-id: r34227
2008-08-31Shutting up a warning on systems where char is signed by defaultSven Hesse
svn-id: r34225
2008-08-31Fixed leak with Input class, introduced in commit 34206.Nicola Mettifogo
svn-id: r34224
2008-08-31More cleanup.Nicola Mettifogo
svn-id: r34223
2008-08-31Cleanup.Nicola Mettifogo
svn-id: r34222
2008-08-31Removed extra semicolon detected by salty-horse pesky compiler.Nicola Mettifogo
svn-id: r34221
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
svn-id: r34220
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with ↵Nicola Mettifogo
regards of gui code, which is now independent of engine version. svn-id: r34219
2008-08-30Added some The Last Dynasty stubsSven Hesse
svn-id: r34217
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax Horn
svn-id: r34216
2008-08-30cleanupMax Horn
svn-id: r34215
2008-08-30TINSEL: The engine version is an integer, not a bitfieldMax Horn
svn-id: r34214