summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)AuthorFilesLines
2005-06-14Added support for map properties, which minimap and background musicBjørn Lindeijer1-1/+16
functionality can be based upon.
2005-06-12Use alpha layer for tiles (feedback performance)Bjørn Lindeijer1-2/+2
2005-05-30Fixing compiling error in winEugenio Favalli1-0/+2
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer1-4/+1
to show current target.
2005-05-21Fix opacity of Window titles in OpenGL and scroll areas which broke last commitBjørn Lindeijer1-0/+2
2005-05-21Numerous things:Bjørn Lindeijer4-10/+21
* Fixed two non-virtual destructor warnings showing up with GCC 4. * Fixed OpenGL inventory text drawing that broke in last commit * Removed glClear cause screen is redrawn completely anyway * Fixed updating of buttons in inventory window * Made items.xml be loaded through resource manager.
2005-05-17Temporarily fixing problem with resource cleanup.Bjørn Lindeijer1-6/+14
2005-05-16This little workaround necessary to prevent crashes for now.Bjørn Lindeijer2-3/+3
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer1-0/+2
2005-05-16Formatting updates to buddy window and menu item and made testing menu itemBjørn Lindeijer2-65/+65
visible.
2005-05-15Small fixesMateusz Kaduk1-1/+1
2005-05-15Using guichan ListModelMateusz Kaduk2-26/+26
2005-05-14Added framerate limiter, off by default (0 means no limit)Bjørn Lindeijer1-1/+1
2005-05-13Fixed minimap transparent background to work in both SDL and OpenGL by usingBjørn Lindeijer2-44/+0
Guichan.
2005-05-10Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle.Bjørn Lindeijer1-3/+3
2005-05-09Added buddylist modelMateusz Kaduk2-4/+33
2005-05-08Added buddylist model, will be implmented laterMateusz Kaduk2-0/+120
2005-05-08Somehow fixed segmentation fault which was occuring on line:Aaron Marks1-2/+2
this->alpha = alpha;
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer4-33/+33
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes2-2/+3
- 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-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer2-15/+31
of packet.list and chatlog.txt and removed name from player chat "balloon".
2005-04-21maybe Hammerbear will like it this way?Eugenio Favalli2-1/+5
2005-04-21trying to follow Hammerbear suggestionsEugenio Favalli2-71/+6
2005-04-21Now shops get item names from the xml databaseEugenio Favalli2-8/+33
2005-04-20Adding first implementation of item databaseEugenio Favalli4-0/+404
2005-04-19A few random changes.Bjørn Lindeijer1-6/+3
2005-04-18Fixed tileset loading to clear tilesets vector when finished.Bjørn Lindeijer1-2/+6
2005-04-10Resource manager can now load sfx and music as samples.Eugenio Favalli6-5/+369
(added a new sfx to test the sound engine)
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-5/+11
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit.
2005-03-26Images are now exclusively loaded through PhysFS, and Tiled maps should loadBjørn Lindeijer5-86/+49
fine again.
2005-03-25Put map in new place and unified loading location.Bjørn Lindeijer1-1/+1
2005-03-25Fix compile issues on Windows.Bjørn Lindeijer2-4/+4
2005-03-24Logger Implemented. (3/3)Yohann Ferreira3-20/+23
2005-03-13Converted ChatBox into a proper ChatWindow in response to changes by Chetic.Bjørn Lindeijer4-12/+7
2005-03-12Made PhysFS code a bit more generic for later additions.Eric Scrivner2-18/+52
2005-03-12Changed RWops constructor a bit.Eric Scrivner2-3/+3
2005-03-12Use xmlParseFile with built in support for gzip.Bjørn Lindeijer1-22/+1
2005-03-10Fixed showing death bitmap when other players die and fixed the black hairBjørn Lindeijer1-1/+0
problem.
2005-03-07Switched base64 codec to the PHP one and finished support for base64 encodedBjørn Lindeijer2-10/+62
binary layer data in tmx maps.
2005-03-06Added collision tileset... last commit missed there files.Bjørn Lindeijer2-3/+27
2005-03-06Implemented alpha blending of Images for OpenGLBjørn Lindeijer1-2/+3
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+1
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer3-42/+44
2005-02-27Functions create() and fillWithColor() into image class.Yohann Ferreira2-0/+44
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer4-39/+86
2005-02-20Reverted changes to skill dialog, a new one will be developed alongside it soBjørn Lindeijer1-5/+11
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 Lindeijer2-16/+75
2005-02-20Separated Tiles in MetaTiles and Images.Bjørn Lindeijer1-4/+6
2005-02-20Finally equipment! Sometimes it works :PEugenio Favalli1-0/+8
2005-02-20Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some smallBjørn Lindeijer2-45/+39
changes to map and map reader.