summaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-1/+1
Conflicts: CMakeLists.txt configure.ac data/help/header.txt packaging/windows/setup.nsi po/POTFILES.in src/being.cpp src/being.h src/game.cpp src/gui/color.cpp src/gui/color.h src/gui/equipmentwindow.h src/gui/popupmenu.cpp src/gui/recorder.cpp src/gui/setup_colors.h src/gui/setup_keyboard.cpp src/gui/setup_keyboard.h src/gui/skill.cpp src/gui/speechbubble.cpp src/gui/speechbubble.h src/gui/table.cpp src/keyboardconfig.cpp src/keyboardconfig.h src/localplayer.cpp src/main.cpp src/main.h src/map.cpp src/resources/colordb.cpp src/resources/colordb.h src/resources/emotedb.cpp src/resources/emotedb.h src/text.cpp src/text.h src/tmw.rc src/winver.h
2009-02-15Merge branch '0.0.28'Bjørn Lindeijer1-1/+1
Conflicts: po/POTFILES.in src/main.cpp src/main.h tmw.cbp
2009-02-12Some more files which got fixed up for release (basically versionIra Rice1-1/+1
bumps). Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-11OSX version fixDavid Athay1-0/+2
2009-02-12Updated version to 0.0.28.1Bjørn Lindeijer1-1/+1
Also updated NEWS file with changes since 0.0.28.
2009-02-12OSX version fixDavid Athay1-0/+2
(cherry picked from commit 8046bb2626b30fecdcea54eb0aa3349cdb7d277b)
2009-02-11Merge branch 'master' of git@gitorious.org:tmw/eathenaDavid Athay1-2/+2
2009-02-11OSX version fixDavid Athay1-0/+2
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
useful since buddy lists are tracked through the player relation interface instead) Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-09Changed AETHYRA_DATADIR to PKG_DATADIR.Ira Rice1-2/+2
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-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.
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-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-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-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-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-08-07Rebranding TME to AethyraKraant1-2/+2
2008-07-27Changed files to tmeDouglas Boffey1-2/+2
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-1/+12
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
2007-02-20Added support for customdata directory.Philipp Sehmisch1-0/+1
2006-12-11Fixed windows binary versionEugenio Favalli1-2/+1
2006-10-26Merged CMake branchBjörn Steinbrink1-1/+1
2006-02-25Added a logic method to the being manager.Björn Steinbrink1-3/+0
2006-02-23A bunch of mostly cosmetic cleanups.Björn Steinbrink1-1/+1
2006-02-04Unify the various login dialogs to use LoginData.Björn Steinbrink1-3/+0
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-1/+2
2006-01-04FreeBSD Fixes from Icy.Yohann Ferreira1-5/+7
2005-12-30Added a new item, improved smooth login sequence, added a registration ↵Eugenio Favalli1-0/+1
window (a lot of duplicated code to be removed).
2005-12-27fixed The_Mana_World_private.h problemsv0.0.18.1Duane Bailey1-1/+1
2005-12-05Display TMW version on Windows tooBjørn Lindeijer1-0/+8
2005-10-16The connection should be non-blocking now and fixed the problem with sound ↵Eugenio Favalli1-1/+2
not being played at startup.
2005-09-26Now error message is displayed properly when the map server is offline.Eugenio Favalli1-0/+3
2005-09-26Added a nicer handling of when you get disconnected from the server.Eugenio Favalli1-13/+9
2005-09-13Removed some globals.Björn Steinbrink1-4/+0
2005-09-13Unified the loops for the various dialogs that are shown before the actual ↵Björn Steinbrink1-1/+0
game starts.
2005-08-25Adding min and max length check for password, more code cleanups in login ↵Yohann Ferreira1-5/+8
and removing possible buffer overflows by replacing some global char[] by std::strings.
2005-08-14Started to fade out the useOpenGL global variable.Björn Steinbrink1-1/+0
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-6/+2
2005-08-03Removed an unneeded header.Björn Steinbrink1-1/+0
2005-08-02Moved graphics setup code into the graphics class.Björn Steinbrink1-1/+0
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-1/+0
fixed double free and cleaned up a bit.
2005-07-16Now we don't use the char *homeDir anymore.Yohann Ferreira1-1/+0
2005-07-16Now check for the existence of /home/user/.tmw/data at startup. Will be ↵Yohann Ferreira1-0/+1
improved later.
2005-07-14Make sure progress bar color fading happens framerate independent.Bjørn Lindeijer1-1/+0
2005-07-13- Adding the wonderful new font by Bjorn to speech and player namesEugenio Favalli1-4/+2
- Way to system cursor (now you can choose the original sdl cursor in config)
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-40/+0
2005-07-08Added basic update system (depends on curl).Aaron Marks1-8/+11
2005-06-14Added background to minimap. Only used in Tonori Desert map for now, and itsBjørn Lindeijer1-1/+0
style is up for discussion.
2005-05-28Applied inventory weight information patch by Javila.Bjørn Lindeijer1-1/+2