summaryrefslogtreecommitdiffstats
path: root/src/common/resources/resourcemanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite CMainDialog to use physfsPiotr Dziwinski2014-09-211-1/+51
|
* Some cleaning upPiotr Dziwinski2014-09-211-23/+28
|
* Loading all mods found in "mods" directorykrzys-h2014-09-211-0/+15
|
* Restored -datadir and -langdir arguments, added -savedirkrzys-h2014-08-061-6/+0
| | | | Also, fixed some crashes when unable to open file
* Saving colobot.ini through physfskrzys-h2014-07-241-11/+12
|
* Added Exist() to resource manager, updated modelKrzysztof Dermont2014-06-221-0/+6
|
* Implemented libsndfile loader in PhysFSKrzysztof Dermont2014-06-211-5/+11
|
* Big part of PhysFS supportKrzysztof Dermont2014-06-201-0/+200
* removed -mod argument * removed -datadir argument * removed -lang argument * removed some dead ui code * added resource manager and file loaders (stream and SDL) * changed interface textures location to match new directory structure * removed CGameData for mod support * added PhysFS support