Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-15 | Made the OpenGL related code fully #ifdef'ed. | Björn Steinbrink | 1 | -2/+6 | |
2005-08-14 | Fully removed the useOpenGL global. | Björn Steinbrink | 1 | -5/+7 | |
2005-08-14 | Started to fade out the useOpenGL global variable. | Björn Steinbrink | 1 | -1/+1 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -28/+27 | |
2005-08-04 | Added a method to the resource mananger to determine the real path of a file ↵ | Björn Steinbrink | 1 | -1/+1 | |
in the search path. Added a first user of that function. Minor cleanup. | |||||
2005-08-02 | Use PhysFS to determine user's home directory on unix. Removed an now unused ↵ | Björn Steinbrink | 1 | -14/+1 | |
header. | |||||
2005-08-02 | Moved graphics setup code into the graphics class. | Björn Steinbrink | 1 | -62/+16 | |
2005-07-30 | Removed unnecessary value assignment to a variable. | Andrej Sinicyn | 1 | -2/+0 | |
2005-07-30 | Fixed check for updates directory. Moved search/write path setup from ↵ | Björn Steinbrink | 1 | -8/+17 | |
resourcemanager to main initialization. | |||||
2005-07-28 | Fixed updates directory not being created on non-unix systems. | Björn Steinbrink | 1 | -8/+10 | |
2005-07-27 | Added support for updates to the resource manager. | Björn Steinbrink | 1 | -3/+5 | |
2005-07-26 | OpenGL/SDL combined in the same exe. Not in the cutest way, but we'll find a | Bjørn Lindeijer | 1 | -2/+2 | |
nicer approach after the release. | |||||
2005-07-26 | - New smilies by Modanung | Eugenio Favalli | 1 | -1/+1 | |
- New skill names - New title song | |||||
2005-07-19 | Move a variable declaration at the top of the main function. | Cedric Borgese | 1 | -1/+3 | |
2005-07-19 | Rewrite UpdaterWindow in a more object oriented style. | Cedric Borgese | 1 | -1/+3 | |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -6/+3 | |
fixed double free and cleaned up a bit. | |||||
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -1/+4 | |
2005-07-16 | - Fixing data path in Win32 | Eugenio Favalli | 1 | -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-16 | A little improvement in the code. | Yohann Ferreira | 1 | -8/+4 | |
2005-07-16 | Using strings instead of char* where it's more convenient. | Yohann Ferreira | 1 | -24/+22 | |
2005-07-16 | Now check for the existence of /home/user/.tmw/data at startup. Will be ↵ | Yohann Ferreira | 1 | -5/+23 | |
improved later. | |||||
2005-07-15 | Enabling support for joypads: | Eugenio Favalli | 1 | -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-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -0/+1 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
2005-07-13 | My version of the updater | Eugenio Favalli | 1 | -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 names | Eugenio Favalli | 1 | -26/+28 | |
- Way to system cursor (now you can choose the original sdl cursor in config) | |||||
2005-07-12 | windows compilation fixes | Eugenio Favalli | 1 | -0/+1 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -0/+5 | |
2005-07-11 | Introducing new font, sans serif 8. | Bjørn Lindeijer | 1 | -2/+1 | |
2005-07-09 | Some win32 fixes most of all | Eugenio Favalli | 1 | -41/+48 | |
2005-07-09 | Update now checks to make sure resources.txt existed on the server and did | Aaron Marks | 1 | -0/+6 | |
not download an error page. | |||||
2005-07-08 | Small changes to updating code and removing tabs. | Bjørn Lindeijer | 1 | -91/+62 | |
2005-07-08 | Added basic update system (depends on curl). | Aaron Marks | 1 | -1/+161 | |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 1 | -1/+4 | |
resources other than images. | |||||
2005-06-14 | Added background to minimap. Only used in Tonori Desert map for now, and its | Bjørn Lindeijer | 1 | -1/+0 | |
style is up for discussion. | |||||
2005-06-05 | Updated configure.ac, small fix to framerate limiter, added mohawk to changes. | Bjørn Lindeijer | 1 | -1/+4 | |
2005-05-18 | Upgrade to Guichan 0.4.0, TMW can no longer compile, link or run against 0.3.0. | Bjørn Lindeijer | 1 | -4/+0 | |
2005-05-16 | Added new barber by Neko-mon and moved being logic into Being class. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-16 | Leave out OpenGL completely when not enabled. | Bjørn Lindeijer | 1 | -0/+2 | |
2005-05-14 | Added framerate limiter, off by default (0 means no limit) | Bjørn Lindeijer | 1 | -0/+20 | |
2005-05-14 | Fixed player character rendering errors in OpenGL mode. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-13 | Fixed minimap transparent background to work in both SDL and OpenGL by using | Bjørn Lindeijer | 1 | -1/+1 | |
Guichan. | |||||
2005-05-12 | Deallocation of itemDb in main.cpp. | Aaron Marks | 1 | -0/+1 | |
Updated file.list | |||||
2005-05-10 | fixing a bug which occured when ItemManager's constructor calls logger (for ↵ | Jan-Fabian Humann | 1 | -1/+4 | |
example if items.xml is missing) | |||||
2005-05-02 | Prettier errors when things go wrong. | Bjørn Lindeijer | 1 | -2/+5 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -66/+59 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -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-01 | Default host back to animesites.de | Bjørn Lindeijer | 1 | -1/+1 | |
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -10/+8 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-21 | Now shops get item names from the xml database | Eugenio Favalli | 1 | -1/+0 | |
2005-04-20 | Adding first implementation of item database | Eugenio Favalli | 1 | -1/+4 | |