Age | Commit message (Expand) | Author | Files | Lines |
2005-05-17 | Temporarily fixing problem with resource cleanup. | Bjørn Lindeijer | 1 | -6/+14 |
2005-05-16 | This little workaround necessary to prevent crashes for now. | Bjørn Lindeijer | 2 | -3/+3 |
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -0/+2 |
2005-05-16 | Formatting updates to buddy window and menu item and made testing menu item | Bjørn Lindeijer | 2 | -65/+65 |
2005-05-15 | Small fixes | Mateusz Kaduk | 1 | -1/+1 |
2005-05-15 | Using guichan ListModel | Mateusz Kaduk | 2 | -26/+26 |
2005-05-14 | Added framerate limiter, off by default (0 means no limit) | Bjørn Lindeijer | 1 | -1/+1 |
2005-05-13 | Fixed minimap transparent background to work in both SDL and OpenGL by using | Bjørn Lindeijer | 2 | -44/+0 |
2005-05-10 | Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle. | Bjørn Lindeijer | 1 | -3/+3 |
2005-05-09 | Added buddylist model | Mateusz Kaduk | 2 | -4/+33 |
2005-05-08 | Added buddylist model, will be implmented later | Mateusz Kaduk | 2 | -0/+120 |
2005-05-08 | Somehow fixed segmentation fault which was occuring on line: | Aaron Marks | 1 | -2/+2 |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 4 | -33/+33 |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 2 | -2/+3 |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 2 | -15/+31 |
2005-04-21 | maybe Hammerbear will like it this way? | Eugenio Favalli | 2 | -1/+5 |
2005-04-21 | trying to follow Hammerbear suggestions | Eugenio Favalli | 2 | -71/+6 |
2005-04-21 | Now shops get item names from the xml database | Eugenio Favalli | 2 | -8/+33 |
2005-04-20 | Adding first implementation of item database | Eugenio Favalli | 4 | -0/+404 |
2005-04-19 | A few random changes. | Bjørn Lindeijer | 1 | -6/+3 |
2005-04-18 | Fixed tileset loading to clear tilesets vector when finished. | Bjørn Lindeijer | 1 | -2/+6 |
2005-04-10 | Resource manager can now load sfx and music as samples. | Eugenio Favalli | 6 | -5/+369 |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -5/+11 |
2005-03-26 | Images are now exclusively loaded through PhysFS, and Tiled maps should load | Bjørn Lindeijer | 5 | -86/+49 |
2005-03-25 | Put map in new place and unified loading location. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-25 | Fix compile issues on Windows. | Bjørn Lindeijer | 2 | -4/+4 |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 3 | -20/+23 |
2005-03-13 | Converted ChatBox into a proper ChatWindow in response to changes by Chetic. | Bjørn Lindeijer | 4 | -12/+7 |
2005-03-12 | Made PhysFS code a bit more generic for later additions. | Eric Scrivner | 2 | -18/+52 |
2005-03-12 | Changed RWops constructor a bit. | Eric Scrivner | 2 | -3/+3 |
2005-03-12 | Use xmlParseFile with built in support for gzip. | Bjørn Lindeijer | 1 | -22/+1 |
2005-03-10 | Fixed showing death bitmap when other players die and fixed the black hair | Bjørn Lindeijer | 1 | -1/+0 |
2005-03-07 | Switched base64 codec to the PHP one and finished support for base64 encoded | Bjørn Lindeijer | 2 | -10/+62 |
2005-03-06 | Added collision tileset... last commit missed there files. | Bjørn Lindeijer | 2 | -3/+27 |
2005-03-06 | Implemented alpha blending of Images for OpenGL | Bjørn Lindeijer | 1 | -2/+3 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 3 | -42/+44 |
2005-02-27 | Functions create() and fillWithColor() into image class. | Yohann Ferreira | 2 | -0/+44 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 4 | -39/+86 |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -5/+11 |
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 2 | -16/+75 |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -4/+6 |
2005-02-20 | Finally equipment! Sometimes it works :P | Eugenio Favalli | 1 | -0/+8 |
2005-02-20 | Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some small | Bjørn Lindeijer | 2 | -45/+39 |
2005-02-19 | Committed new graphics for button, checkbox and radio button by romulo. Also | Bjørn Lindeijer | 1 | -10/+3 |
2005-02-19 | Also add mapreader.cpp to the file.list. | Bjørn Lindeijer | 1 | -13/+0 |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 5 | -40/+321 |
2005-02-19 | Fixing PhysFS for Dev-Cpp -> WARNING: missing OpenGL code | Eugenio Favalli | 1 | -1/+6 |
2005-02-19 | Integrated PhysicsFS for TMW package system | Eric Scrivner | 2 | -7/+107 |
2005-02-19 | Added load function that uses SDL_RWops | Eric Scrivner | 2 | -2/+28 |