Age | Commit message (Expand) | Author | Files | Lines |
2005-07-30 | Fixed check for updates directory. Moved search/write path setup from resourc... | Björn Steinbrink | 2 | -39/+80 |
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 | 2 | -66/+31 |
2005-07-27 | Committing merging opengl and sdl part 3 by Andrej | Bjørn Lindeijer | 2 | -16/+25 |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 3 | -197/+214 |
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 2 | -98/+9 |
2005-07-16 | Oops forgot two slashes. | Yohann Ferreira | 1 | -1/+1 |
2005-07-16 | Now we don't use the char *homeDir anymore. | Yohann Ferreira | 1 | -1/+1 |
2005-07-15 | Fixed compiler warnings and added plain text file loading to resource manager. | Bjørn Lindeijer | 2 | -0/+36 |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 2 | -59/+21 |
2005-07-12 | windows compilation fixes | Eugenio Favalli | 1 | -0/+2 |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 9 | -13/+4 |
2005-06-30 | Improved buddylist, added talk | Mateusz Kaduk | 1 | -2/+5 |
2005-06-30 | No need for xml, for saving buddy. Now saving, loading works. | Mateusz Kaduk | 2 | -106/+39 |
2005-06-24 | Adding missing #include. (Thanks to Scandium). | Yohann Ferreira | 3 | -0/+6 |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 10 | -161/+162 |
2005-06-23 | Maps are now loaded through the resource manager. | Bjørn Lindeijer | 1 | -11/+113 |
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 5 | -72/+114 |
2005-06-19 | Compiling fixes | Eugenio Favalli | 1 | -1/+1 |
2005-06-19 | now buddy.xml is saved in home dir... | José Ávila | 2 | -12/+3 |
2005-06-19 | Now added buddy are saved | Mateusz Kaduk | 2 | -12/+95 |
2005-06-19 | Saving buddy in xml file | Mateusz Kaduk | 2 | -1/+59 |
2005-06-14 | Added support for map properties, which minimap and background music | Bjørn Lindeijer | 1 | -1/+16 |
2005-06-12 | Use alpha layer for tiles (feedback performance) | Bjørn Lindeijer | 1 | -2/+2 |
2005-05-30 | Fixing compiling error in win | Eugenio Favalli | 1 | -0/+2 |
2005-05-27 | autoTarget is now a Being*, also may have fixed related crash and added label | Bjørn Lindeijer | 1 | -4/+1 |
2005-05-21 | Fix opacity of Window titles in OpenGL and scroll areas which broke last commit | Bjørn Lindeijer | 1 | -0/+2 |
2005-05-21 | Numerous things: | Bjørn Lindeijer | 4 | -10/+21 |
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 |