summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-26OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find aBjørn Lindeijer1-2/+2
nicer approach after the release.
2005-07-26- New smilies by ModanungEugenio Favalli1-1/+1
- New skill names - New title song
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
fixed double free and cleaned up a bit.
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
- Adding default values to config - Fixes after Bertram changes (I hope this way it works even in Linux) - Error message are now displayed in browser for better readability - Already downloaded files are not downloaded aother time (As usually it needs testing so please report to me evry malfunctioning)
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 ↵Yohann Ferreira1-5/+23
improved later.
2005-07-15Enabling support for joypads:Eugenio Favalli1-3/+3
- Only <=6 buttons are supported - Only the first jopad is used (if you have more than one) - Axes need to be tuned - You can only move and attack with joypad Small fix in the updating system
2005-07-14Committed resource manager cleanup patch by Doener, and properly implementedBjørn Lindeijer1-0/+1
the custom mouse cursor option, which is now also dynamically changeable through the setup window.
2005-07-13My version of the updaterEugenio Favalli1-165/+1
(ok it needs a lot of bug fixes, a lot of checks and whaever else) WARNING: Needs to be tested
2005-07-13- Adding the wonderful new font by Bjorn to speech and player namesEugenio Favalli1-26/+28
- Way to system cursor (now you can choose the original sdl cursor in config)
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
not download an error page.
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
resources other than images.
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-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
Guichan.
2005-05-12Deallocation of itemDb in main.cpp.Aaron Marks1-0/+1
Updated file.list
2005-05-10fixing a bug which occured when ItemManager's constructor calls logger (for ↵Jan-Fabian Humann1-1/+4
example if items.xml is missing)
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
- 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-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
of packet.list and chatlog.txt and removed name from player chat "balloon".
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
and rendering of images.
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-1/+4
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing)
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
and support music fading (still somthing to fix)
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
(added a new sfx to test the sound engine)
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer1-1/+1
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
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
needs testing on other oses
2005-04-03Added playing hardcoded background song during login, stops when game starts.Bjørn Lindeijer1-0/+1