Age | Commit message (Expand) | Author | Files | Lines |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -0/+5 |
2005-07-11 | Introducing new font, sans serif 8. | Bjørn Lindeijer | 1 | -2/+1 |
2005-07-09 | Some win32 fixes most of all | Eugenio Favalli | 1 | -41/+48 |
2005-07-09 | Update now checks to make sure resources.txt existed on the server and did | Aaron Marks | 1 | -0/+6 |
2005-07-08 | Small changes to updating code and removing tabs. | Bjørn Lindeijer | 1 | -91/+62 |
2005-07-08 | Added basic update system (depends on curl). | Aaron Marks | 1 | -1/+161 |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 1 | -1/+4 |
2005-06-14 | Added background to minimap. Only used in Tonori Desert map for now, and its | Bjørn Lindeijer | 1 | -1/+0 |
2005-06-05 | Updated configure.ac, small fix to framerate limiter, added mohawk to changes. | Bjørn Lindeijer | 1 | -1/+4 |
2005-05-18 | Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0. | Bjørn Lindeijer | 1 | -4/+0 |
2005-05-16 | Added new barber by Neko-mon and moved being logic into Being class. | Bjørn Lindeijer | 1 | -1/+1 |
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -0/+2 |
2005-05-14 | Added framerate limiter, off by default (0 means no limit) | Bjørn Lindeijer | 1 | -0/+20 |
2005-05-14 | Fixed player character rendering errors in OpenGL mode. | 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 | 1 | -1/+1 |
2005-05-12 | Deallocation of itemDb in main.cpp. | Aaron Marks | 1 | -0/+1 |
2005-05-10 | fixing a bug which occured when ItemManager's constructor calls logger (for e... | Jan-Fabian Humann | 1 | -1/+4 |
2005-05-02 | Prettier errors when things go wrong. | Bjørn Lindeijer | 1 | -2/+5 |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -66/+59 |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -2/+2 |
2005-05-01 | Default host back to animesites.de | Bjørn Lindeijer | 1 | -1/+1 |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -10/+8 |
2005-04-21 | Now shops get item names from the xml database | Eugenio Favalli | 1 | -1/+0 |
2005-04-20 | Adding first implementation of item database | Eugenio Favalli | 1 | -1/+4 |
2005-04-19 | A few random changes. | Bjørn Lindeijer | 1 | -15/+14 |
2005-04-18 | Ok, of course the biggest problem to solve with OpenGL integration is loading | Bjørn Lindeijer | 1 | -26/+25 |
2005-04-16 | - Readding stripping to executable (Dev-cpp project options) | Eugenio Favalli | 1 | -1/+4 |
2005-04-14 | Reduced width of playerset image from 640 to 256. | Bjørn Lindeijer | 1 | -2/+2 |
2005-04-11 | Improving sound engine (now it loads samples through resource manager) | Eugenio Favalli | 1 | -6/+5 |
2005-04-11 | Adding icon to the window | Eugenio Favalli | 1 | -0/+3 |
2005-04-10 | Resource manager can now load sfx and music as samples. | Eugenio Favalli | 1 | -1/+7 |
2005-04-07 | * Fixed crash on exit when trying to delete listbox that wasn't created. | Bjørn Lindeijer | 1 | -1/+1 |
2005-04-05 | Cleaning and fixing setup window | Eugenio Favalli | 1 | -4/+10 |
2005-04-04 | Setting screen resolution to 16 bit (in windows it increase fps a lot) | Eugenio Favalli | 1 | -2/+2 |
2005-04-03 | Added playing hardcoded background song during login, stops when game starts. | Bjørn Lindeijer | 1 | -0/+1 |
2005-03-25 | Moved datafiles in unified structure. | Bjørn Lindeijer | 1 | -3/+3 |
2005-03-25 | Moved level.ogg to new location, and put playing levelup sound under F7. | Bjørn Lindeijer | 1 | -6/+0 |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -3/+1 |
2005-03-23 | First working implementation of new logger (Step 2/3) | Yohann Ferreira | 1 | -23/+25 |
2005-03-21 | Some cleanups and button, radiobutton and checkbox now take into account | Bjørn Lindeijer | 1 | -2/+0 |
2005-03-21 | Log which videodriver is being used. | Bjørn Lindeijer | 1 | -0/+9 |
2005-03-19 | Added config option for GUI alpha. | Bjørn Lindeijer | 1 | -4/+2 |
2005-03-13 | * Moved Being public char *speech to private std::string speech | Bjørn Lindeijer | 1 | -17/+3 |
2005-03-11 | Maybe it would be a good idea to handle the login success message. This fixes | Bjørn Lindeijer | 1 | -0/+1 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -1/+1 |
2005-03-01 | Changed tmw.ini to config.xml which is read/written using libxml2. | Bjørn Lindeijer | 1 | -5/+10 |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -1/+2 |
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 1 | -23/+24 |
2005-02-20 | added skill functionality | Kiyoshi Kyokai | 1 | -0/+32 |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -5/+7 |