Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-30 | Fixed check for updates directory. Moved search/write path setup from ↵ | Björn Steinbrink | 1 | -36/+49 | |
resourcemanager to main initialization. | |||||
2005-07-28 | Fix usage of a wrong dir-separator. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-27 | Added support for updates to the resource manager. | Björn Steinbrink | 1 | -59/+25 | |
2005-07-15 | Fixed compiler warnings and added plain text file loading to resource manager. | Bjørn Lindeijer | 1 | -0/+29 | |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -56/+18 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
2005-07-12 | windows compilation fixes | Eugenio Favalli | 1 | -0/+2 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+0 | |
2005-06-24 | Adding missing #include. (Thanks to Scandium). | Yohann Ferreira | 1 | -0/+2 | |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 1 | -33/+45 | |
resources other than images. | |||||
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 1 | -6/+6 | |
an alpha layer. | |||||
2005-05-16 | This little workaround necessary to prevent crashes for now. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-14 | Added framerate limiter, off by default (0 means no limit) | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -13/+13 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -0/+1 | |
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir | |||||
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -4/+7 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-19 | A few random changes. | Bjørn Lindeijer | 1 | -6/+3 | |
2005-04-10 | Resource manager can now load sfx and music as samples. | Eugenio Favalli | 1 | -4/+46 | |
(added a new sfx to test the sound engine) | |||||
2005-03-26 | Images are now exclusively loaded through PhysFS, and Tiled maps should load | Bjørn Lindeijer | 1 | -38/+31 | |
fine again. | |||||
2005-03-25 | Fix compile issues on Windows. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -8/+9 | |
2005-03-13 | Converted ChatBox into a proper ChatWindow in response to changes by Chetic. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-12 | Made PhysFS code a bit more generic for later additions. | Eric Scrivner | 1 | -18/+41 | |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -38/+33 | |
before it is used and added a start on the map reader. | |||||
2005-02-19 | Integrated PhysicsFS for TMW package system | Eric Scrivner | 1 | -7/+101 | |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -11/+8 | |
2005-02-13 | Now the resource manager will log a bit about images and cleanup. | Bjørn Lindeijer | 1 | -4/+4 | |
2005-02-13 | Allow preservation of alpha channel when loading image resources, which is used | Bjørn Lindeijer | 1 | -6/+6 | |
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor. | |||||
2005-01-15 | Solved stats window problem with updating variable and sending stat update. | Bjørn Lindeijer | 1 | -1/+0 | |
2005-01-14 | Fixed resource loading on Windows. | Bjørn Lindeijer | 1 | -19/+0 | |
2005-01-14 | Some fixes for Dev-C++ but it has a black screen problem. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 1 | -3/+3 | |
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 1 | -0/+179 | |
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available. |