summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06Added alpha channal for items.pngMateusz Kaduk3-3/+3
2005-03-06Added collision tileset and modified TMW client to support loading the 4thBjørn Lindeijer1-2/+2
map layer as collision layer.
2005-03-06Updated Debian auto-creation script to handle automake1.9.Yohann Ferreira1-8/+23
2005-03-06Implemented alpha blending of Images for OpenGLBjørn Lindeijer1-2/+3
2005-03-05Added item_amount.cpp to the modules list used by static makefiles.Bjørn Lindeijer1-0/+1
2005-03-05Maybe fixed some compile issuesJan-Fabian Humann1-0/+1
2005-03-05Updated Dev-C++ project file.Bjørn Lindeijer1-11/+12
2005-03-05added get itemJan-Fabian Humann1-0/+1
2005-03-05Now you can decide how many items to dropJan-Fabian Humann8-5/+254
2005-03-05Committing fix for bottom window corners.Bjørn Lindeijer2-4/+6
2005-03-05Some changes before 0.0.10 source release.Bjørn Lindeijer3-2/+3
2005-03-05Updates to INSTALL and added lib checks to configure.Bjørn Lindeijer2-8/+14
2005-03-04README updates for 0.0.10 and made chat messages wrap at 80 characters.Bjørn Lindeijer2-51/+62
2005-03-04A bunch of updates:Eugenio Favalli11-76/+287
- inventory fixes - equipment fixes - graphic updates (items and monsters) - weaponary system - fixed status window
2005-03-03Made getWalk return false for coordinates outside of the map, instead of crash.Bjørn Lindeijer1-1/+7
2005-03-03Fixing Windows compile (second try)Bjørn Lindeijer2-6/+6
2005-03-03Fixing Windows compile.Bjørn Lindeijer1-120/+140
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer40-262/+317
2005-03-02Changed the New Skill Dialog around to fit earlier specifications.Kiyoshi Kyokai1-18/+18
2005-03-02Moved map drawing loop into the Map class and made it safer (it doesn't try toBjørn Lindeijer5-37/+59
draw tiles outside of the map area). The tmw.ini file was removed, we're using config.xml now.
2005-03-01Deleting subx and suby for items, because it's uselessJan-Fabian Humann4-22/+8
2005-03-01Attempt part 2.Bjørn Lindeijer2-0/+148
2005-03-01An attempt to get rid of executable permissions.Bjørn Lindeijer4-174/+18
2005-03-01AC_CONFIG_HEADERS typo fix.Bjørn Lindeijer1-2/+1
2005-03-01Changed tmw.ini to config.xml which is read/written using libxml2.Bjørn Lindeijer3-48/+66
2005-03-01Transluency againYohann Ferreira1-7/+7
2005-03-01Simplified configuration.Bjørn Lindeijer3-105/+56
2005-03-01This fixes the missing lastAttackTime bug in PLAYER_INFOKiyoshi Kyokai1-0/+1
2005-03-01This is the update for the charge bar. It resets every time an attack ↵Kiyoshi Kyokai4-4/+25
message is sent to the server. I still haven't actually worked the timer into this. I'd appreciate it if someone would explain how. Thanks.
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer6-69/+85
2005-02-28Mostly fixing some newlines.Bjørn Lindeijer2-10/+3
2005-02-28deleted useless commentJan-Fabian Humann1-1/+0
2005-02-28Stupid Windows formattingJan-Fabian Humann0-0/+0
2005-02-28Adding support for drop items part 2/2Jan-Fabian Humann7-9/+141
2005-02-28Adding support for drop items part 1/2Jan-Fabian Humann2-0/+148
2005-02-28Updating ChangeLogJan-Fabian Humann1-2/+2
2005-02-28Fixed compiling on Linux, formatting updates, little changes.Bjørn Lindeijer3-10/+15
2005-02-28this is the new dialog for charging attacks and such. To be implemented soon,Kiyoshi Kyokai2-0/+102
2005-02-28*** empty log message ***Kiyoshi Kyokai2-3/+32
2005-02-28Updated debian doc.Yohann Ferreira1-2/+2
2005-02-28Formatting updates.Bjørn Lindeijer5-125/+147
2005-02-27Memory fixesEugenio Favalli1-3/+9
2005-02-27Small fix to draw monsters correctly according to the new monstersetEugenio Favalli1-2/+2
2005-02-27Graphic updatesEugenio Favalli0-0/+0
2005-02-27Video modes are taken from SDLMateusz Kaduk2-29/+68
2005-02-27Little typos.Yohann Ferreira1-27/+26
2005-02-27Speeches too long are now cut into pieces of 60 units. Still to test out more.Yohann Ferreira1-4/+33
2005-02-27No more SDL_Surface in the chat box.Yohann Ferreira2-36/+12
2005-02-27Little setColor Optimization.Yohann Ferreira1-3/+10
2005-02-27Now only using Image instances. No more SDL_Surface.Yohann Ferreira2-46/+11