summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer1-3/+3
2005-03-25Moved level.ogg to new location, and put playing levelup sound under F7.Bjørn Lindeijer1-6/+0
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-3/+1
2005-03-23First working implementation of new logger (Step 2/3)Yohann Ferreira1-23/+25
2005-03-21Some cleanups and button, radiobutton and checkbox now take into accountBjørn Lindeijer1-2/+0
disabled status.
2005-03-21Log which videodriver is being used.Bjørn Lindeijer1-0/+9
2005-03-19Added config option for GUI alpha.Bjørn Lindeijer1-4/+2
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-17/+3
* Moved Being public PATH_NODE *path to private std::list<PATH_NODE> path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window
2005-03-11Maybe it would be a good idea to handle the login success message. This fixesBjørn Lindeijer1-0/+1
the initial starting location for new player characters.
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+1
2005-03-01Changed tmw.ini to config.xml which is read/written using libxml2.Bjørn Lindeijer1-5/+10
2005-02-20Reverted changes to skill dialog, a new one will be developed alongside it soBjørn Lindeijer1-1/+2
that the current one remains working for now. Also XML maps now can load but not the base64 or gzip kind yet.
2005-02-20More progress towards loading XML maps.Bjørn Lindeijer1-23/+24
2005-02-20added skill functionalityKiyoshi Kyokai1-0/+32
2005-02-19Fixed searching for zip files in Linux, fixed initialization of PhysFS to beBjørn Lindeijer1-5/+7
before it is used and added a start on the map reader.
2005-02-19Added PHYSFS_init and PHYSFS_deinit callsEric Scrivner1-9/+25
2005-02-15Updated layout and contents of FAQ a bit, fixed debug path and mouse renderingBjørn Lindeijer1-8/+7
in OpenGL mode, and some general cleanups.
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-0/+8
2005-02-14Quicksie fixie in reporting window manager available.Bjørn Lindeijer1-1/+1
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-28/+27
2005-02-13Largely cleanups.Bjørn Lindeijer1-2/+2
2005-02-13Done some work on autoconf usage and removed Arial font.Bjørn Lindeijer1-2/+8
2005-02-13No need to keep track of mouse position ourselves. Also put default startupBjørn Lindeijer1-7/+2
mode to windowed.
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer1-2/+7
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor.
2005-02-05No more create core_version in the tmw.ini file. Not useful anymore. Please ↵Yohann Ferreira1-1/+0
keep that information in the main.h file, though
2005-01-30*** empty log message ***Yohann Ferreira1-1/+1
2005-01-25Fixed unable to click away sound error dialogs.Bjørn Lindeijer1-0/+13
2005-01-23Uninitialized variable and free/delete/delete[] mismatch fixes.Bjørn Lindeijer1-1/+1
2005-01-19*** empty log message ***Bjørn Lindeijer1-12/+26
2005-01-18Changed default depth to 32 and fixed window snapping by one pixel.Bjørn Lindeijer1-2/+2
2005-01-17Added support for hwaccel option.Bjørn Lindeijer1-5/+8
2005-01-17Support for windowed in config file.Bjørn Lindeijer1-1/+8
2005-01-17Improve key input some more.Bjørn Lindeijer1-0/+2
2005-01-17ESC works again for quit and Ctrl+F switched windowed/fullscreen in X11Bjørn Lindeijer1-3/+3