Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-08-07 | Rebranding TME to Aethyra | Kraant | 1 | -2/+2 | |
2008-07-27 | Changed files to tme | Douglas Boffey | 1 | -2/+2 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2007-10-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 1 | -1/+12 | |
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond. | |||||
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 1 | -0/+1 | |
2006-12-11 | Fixed windows binary version | Eugenio Favalli | 1 | -2/+1 | |
2006-10-26 | Merged CMake branch | Björn Steinbrink | 1 | -1/+1 | |
2006-02-25 | Added a logic method to the being manager. | Björn Steinbrink | 1 | -3/+0 | |
2006-02-23 | A bunch of mostly cosmetic cleanups. | Björn Steinbrink | 1 | -1/+1 | |
2006-02-04 | Unify the various login dialogs to use LoginData. | Björn Steinbrink | 1 | -3/+0 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -1/+2 | |
2006-01-04 | FreeBSD Fixes from Icy. | Yohann Ferreira | 1 | -5/+7 | |
2005-12-30 | Added a new item, improved smooth login sequence, added a registration ↵ | Eugenio Favalli | 1 | -0/+1 | |
window (a lot of duplicated code to be removed). | |||||
2005-12-27 | fixed The_Mana_World_private.h problemsv0.0.18.1 | Duane Bailey | 1 | -1/+1 | |
2005-12-05 | Display TMW version on Windows too | Bjørn Lindeijer | 1 | -0/+8 | |
2005-10-16 | The connection should be non-blocking now and fixed the problem with sound ↵ | Eugenio Favalli | 1 | -1/+2 | |
not being played at startup. | |||||
2005-09-26 | Now error message is displayed properly when the map server is offline. | Eugenio Favalli | 1 | -0/+3 | |
2005-09-26 | Added a nicer handling of when you get disconnected from the server. | Eugenio Favalli | 1 | -13/+9 | |
2005-09-13 | Removed some globals. | Björn Steinbrink | 1 | -4/+0 | |
2005-09-13 | Unified the loops for the various dialogs that are shown before the actual ↵ | Björn Steinbrink | 1 | -1/+0 | |
game starts. | |||||
2005-08-25 | Adding min and max length check for password, more code cleanups in login ↵ | Yohann Ferreira | 1 | -5/+8 | |
and removing possible buffer overflows by replacing some global char[] by std::strings. | |||||
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 1 | -1/+0 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -6/+2 | |
2005-08-03 | Removed an unneeded header. | Björn Steinbrink | 1 | -1/+0 | |
2005-08-02 | Moved graphics setup code into the graphics class. | Björn Steinbrink | 1 | -1/+0 | |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -1/+0 | |
fixed double free and cleaned up a bit. | |||||
2005-07-16 | Now we don't use the char *homeDir anymore. | Yohann Ferreira | 1 | -1/+0 | |
2005-07-16 | Now check for the existence of /home/user/.tmw/data at startup. Will be ↵ | Yohann Ferreira | 1 | -0/+1 | |
improved later. | |||||
2005-07-14 | Make sure progress bar color fading happens framerate independent. | Bjørn Lindeijer | 1 | -1/+0 | |
2005-07-13 | - Adding the wonderful new font by Bjorn to speech and player names | Eugenio Favalli | 1 | -4/+2 | |
- Way to system cursor (now you can choose the original sdl cursor in config) | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -40/+0 | |
2005-07-08 | Added basic update system (depends on curl). | Aaron Marks | 1 | -8/+11 | |
2005-06-14 | Added background to minimap. Only used in Tonori Desert map for now, and its | Bjørn Lindeijer | 1 | -1/+0 | |
style is up for discussion. | |||||
2005-05-28 | Applied inventory weight information patch by Javila. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-05-14 | Added framerate limiter, off by default (0 means no limit) | Bjørn Lindeijer | 1 | -0/+1 | |
2005-05-10 | fixing a bug which occured when ItemManager's constructor calls logger (for ↵ | Jan-Fabian Humann | 1 | -1/+1 | |
example if items.xml is missing) | |||||
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -2/+4 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -0/+4 | |
- 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-21 | Now shops get item names from the xml database | Eugenio Favalli | 1 | -1/+2 | |
2005-04-18 | Ok, of course the biggest problem to solve with OpenGL integration is loading | Bjørn Lindeijer | 1 | -0/+1 | |
and rendering of images. | |||||
2005-04-05 | Cleaning and fixing setup window | Eugenio Favalli | 1 | -0/+1 | |
2005-03-25 | Moved level.ogg to new location, and put playing levelup sound under F7. | Bjørn Lindeijer | 1 | -1/+0 | |
2005-03-23 | First working implementation of new logger (Step 2/3) | Yohann Ferreira | 1 | -0/+1 | |
2005-03-21 | Some cleanups and button, radiobutton and checkbox now take into account | Bjørn Lindeijer | 1 | -3/+1 | |
disabled status. | |||||
2005-03-13 | Fixed problem with mouse walking through GUI. | Bjørn Lindeijer | 1 | -2/+0 | |
2005-03-11 | Maybe it would be a good idea to handle the login success message. This fixes | Bjørn Lindeijer | 1 | -1/+0 | |
the initial starting location for new player characters. | |||||
2005-03-04 | A bunch of updates: | Eugenio Favalli | 1 | -0/+1 | |
- inventory fixes - equipment fixes - graphic updates (items and monsters) - weaponary system - fixed status window | |||||
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -5/+6 | |