summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-13Fixed minimap transparent background to work in both SDL and OpenGL by usingBjørn Lindeijer1-1/+1
2005-05-12Deallocation of itemDb in main.cpp.Aaron Marks1-0/+1
2005-05-10fixing a bug which occured when ItemManager's constructor calls logger (for e...Jan-Fabian Humann1-1/+4
2005-05-02Prettier errors when things go wrong.Bjørn Lindeijer1-2/+5
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-66/+59
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes1-2/+2
2005-05-01Default host back to animesites.deBjørn Lindeijer1-1/+1
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-10/+8
2005-04-21Now shops get item names from the xml databaseEugenio Favalli1-1/+0
2005-04-20Adding first implementation of item databaseEugenio Favalli1-1/+4
2005-04-19A few random changes.Bjørn Lindeijer1-15/+14
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer1-26/+25
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-1/+4
2005-04-14Reduced width of playerset image from 640 to 256.Bjørn Lindeijer1-2/+2
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-6/+5
2005-04-11Adding icon to the windowEugenio Favalli1-0/+3
2005-04-10Resource manager can now load sfx and music as samples.Eugenio Favalli1-1/+7
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer1-1/+1
2005-04-05Cleaning and fixing setup windowEugenio Favalli1-4/+10
2005-04-04Setting screen resolution to 16 bit (in windows it increase fps a lot)Eugenio Favalli1-2/+2