summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-09-18Increased joypad tolerance which is safer and simplifyed joypad state reset c...Eugenio Favalli1-1/+1
2005-09-18 Applyed biggeruniverse's patch to fix memory leaks.Eugenio Favalli1-0/+2
2005-09-14Header cleanups.Björn Steinbrink1-1/+1
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-4/+2
2005-09-13Removed some globals.Björn Steinbrink1-3/+0
2005-09-13Unified the loops for the various dialogs that are shown before the actual ga...Björn Steinbrink1-51/+78
2005-09-08Removed inclusion of malloc.h header as it doens't seem necessary and wasBjørn Lindeijer1-1/+2
2005-08-25Adding min and max length check for password, more code cleanups in login and...Yohann Ferreira1-3/+3
2005-08-19Added support for parsing command line options. Added option to skip the upda...Björn Steinbrink1-2/+64
2005-08-18Semi-separated OpenGL and SDL graphics classes, improving OpenGL performance.Björn Steinbrink1-1/+8
2005-08-15Made the OpenGL related code fully #ifdef'ed.Björn Steinbrink1-2/+6
2005-08-14Fully removed the useOpenGL global.Björn Steinbrink1-5/+7
2005-08-14Started to fade out the useOpenGL global variable.Björn Steinbrink1-1/+1
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-28/+27
2005-08-04Added a method to the resource mananger to determine the real path of a file ...Björn Steinbrink1-1/+1
2005-08-02Use PhysFS to determine user's home directory on unix. Removed an now unused ...Björn Steinbrink1-14/+1
2005-08-02Moved graphics setup code into the graphics class.Björn Steinbrink1-62/+16
2005-07-30Removed unnecessary value assignment to a variable.Andrej Sinicyn1-2/+0
2005-07-30Fixed check for updates directory. Moved search/write path setup from resourc...Björn Steinbrink1-8/+17
2005-07-28Fixed updates directory not being created on non-unix systems.Björn Steinbrink1-8/+10
2005-07-27Added support for updates to the resource manager.Björn Steinbrink1-3/+5
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-2/+2
2005-07-26- New smilies by ModanungEugenio Favalli1-1/+1
2005-07-19Move a variable declaration at the top of the main function.Cedric Borgese1-1/+3
2005-07-19Rewrite UpdaterWindow in a more object oriented style.Cedric Borgese1-1/+3
2005-07-16Updated changelog, got rid of remaining extern SDL_Surface *screen cases,Bjørn Lindeijer1-6/+3
2005-07-16Made Image/SubImage being drawn by Graphics. Removed some redundant code.Björn Steinbrink1-1/+4
2005-07-16- Fixing data path in Win32Eugenio Favalli1-1/+2
2005-07-16A little improvement in the code.Yohann Ferreira1-8/+4
2005-07-16Using strings instead of char* where it's more convenient.Yohann Ferreira1-24/+22
2005-07-16Now check for the existence of /home/user/.tmw/data at startup. Will be impro...Yohann Ferreira1-5/+23
2005-07-15Enabling support for joypads:Eugenio Favalli1-3/+3
2005-07-14Committed resource manager cleanup patch by Doener, and properly implementedBjørn Lindeijer1-0/+1
2005-07-13My version of the updaterEugenio Favalli1-165/+1
2005-07-13- Adding the wonderful new font by Bjorn to speech and player namesEugenio Favalli1-26/+28
2005-07-12windows compilation fixesEugenio Favalli1-0/+1
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-0/+5
2005-07-11Introducing new font, sans serif 8.Bjørn Lindeijer1-2/+1
2005-07-09Some win32 fixes most of allEugenio Favalli1-41/+48
2005-07-09Update now checks to make sure resources.txt existed on the server and didAaron Marks1-0/+6
2005-07-08Small changes to updating code and removing tabs.Bjørn Lindeijer1-91/+62
2005-07-08Added basic update system (depends on curl).Aaron Marks1-1/+161
2005-06-23Finishing resource manager ability to clean up resources. Still work to do onBjørn Lindeijer1-1/+4
2005-06-14Added background to minimap. Only used in Tonori Desert map for now, and itsBjørn Lindeijer1-1/+0
2005-06-05Updated configure.ac, small fix to framerate limiter, added mohawk to changes.Bjørn Lindeijer1-1/+4
2005-05-18Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0.Bjørn Lindeijer1-4/+0
2005-05-16Added new barber by Neko-mon and moved being logic into Being class.Bjørn Lindeijer1-1/+1
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer1-0/+2
2005-05-14Added framerate limiter, off by default (0 means no limit)Bjørn Lindeijer1-0/+20
2005-05-14Fixed player character rendering errors in OpenGL mode.Bjørn Lindeijer1-1/+1