summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-07-03Added attack target.Bjørn Lindeijer2-12/+25
2005-07-03- Fixed blue, red and yellow damage fonts to work in SDL modeBjørn Lindeijer6-31/+44
2005-07-03Working with mapsEugenio Favalli2-2/+0
2005-07-03Implemented wrap text in chat box correctly ;)José Ávila1-7/+29
2005-07-03Minor fixes and cleanupsEugenio Favalli4-11/+7
2005-07-03Fixing code cleanupsEugenio Favalli1-5/+0
2005-07-03- Removing "walk to", "attack" from context menuEugenio Favalli3-41/+19
2005-07-03- Commenting out buddy and new skills windowsEugenio Favalli6-31/+28
2005-07-03Trying to place damage text in a better positionEugenio Favalli1-3/+14
2005-07-03Commiting againJosé Ávila2-0/+34
2005-07-03Correcting a little mistakeJosé Ávila1-4/+0
2005-07-03Adding colors to hit pointsJosé Ávila1-1/+24
2005-07-03Fix bug in showing links and user defined colors in chat boxJosé Ávila3-85/+113
2005-07-02Now the browser or the config windows closes when pushing enter.Yohann Ferreira1-0/+8
2005-07-02Added minimap to Tulimshar (map 3-1)Bjørn Lindeijer3-22/+37
2005-07-02Ok I forgot to remove the debug loggers...Eugenio Favalli1-3/+0
2005-07-02Music doesn't restart anymore if it's the same between maps.Eugenio Favalli2-9/+17
2005-07-01Fixed positioning of buddy windowMateusz Kaduk1-3/+3
2005-06-30The popup-menu now disappears again when clicking somewhere else. (A little b...Yohann Ferreira1-3/+21
2005-06-30Improved attack frames management (now you can see other playersEugenio Favalli1-1/+5
2005-06-30Improved buddylist, added talkMateusz Kaduk4-4/+24
2005-06-30Repaired the 'Walk to' option.Yohann Ferreira1-3/+3
2005-06-30Blocking too long login names to attempt connection or registration. (Thanks ...Yohann Ferreira1-0/+2
2005-06-30No need for xml, for saving buddy. Now saving, loading works.Mateusz Kaduk2-106/+39
2005-06-27- Fixing OpenGL switch to fullscreen crash in windowsEugenio Favalli1-9/+21
2005-06-27Fixed initialisation of Being*. The problem is that the attack() function isBjørn Lindeijer1-2/+2
2005-06-24Updating DevCpp project fileEugenio Favalli1-4/+0
2005-06-24Adding missing #include. (Thanks to Scandium).Yohann Ferreira3-0/+6
2005-06-23Finishing resource manager ability to clean up resources. Still work to do onBjørn Lindeijer14-188/+228
2005-06-23Help files are now loaded through the resource manager.Bjørn Lindeijer1-10/+15
2005-06-23Maps are now loaded through the resource manager.Bjørn Lindeijer3-43/+125
2005-06-22Removing some forgotten debug output.Yohann Ferreira1-9/+17
2005-06-22Fix weapon still shown after unequipping bug.Yohann Ferreira1-0/+9
2005-06-22gcc 3.4 compile fix.Yohann Ferreira1-24/+47
2005-06-22Detect ghosts at creation time.Bjørn Lindeijer4-38/+27
2005-06-22Ghostbusters in action: no more ghostssrc/tmw ! Please read the (removable) c...José Ávila1-4/+35
2005-06-21Image loader now automatically determines whether to use masked drawing orBjørn Lindeijer10-78/+120
2005-06-20Now simply push enter when the exit dialog is shown to quit.Yohann Ferreira1-2/+10
2005-06-20Bugfixes to the buddy window : preventing a crash when removing with no selec...Yohann Ferreira1-2/+5
2005-06-20Hammerbear suggestion: removing duplicated codeEugenio Favalli2-15/+6
2005-06-20This way BGM should be enabledEugenio Favalli2-4/+21
2005-06-19Compiling fixesEugenio Favalli2-2/+2
2005-06-19Mostly indenting fixes and corrected path for OpenGL font version.Bjørn Lindeijer4-41/+29
2005-06-19Prevent deleting guiFont twice in non-OpenGL mode.Bjørn Lindeijer2-15/+19
2005-06-19now buddy.xml is saved in home dir...José Ávila2-12/+3
2005-06-19Now added buddy are savedMateusz Kaduk2-12/+95
2005-06-19Saving buddy in xml fileMateusz Kaduk2-1/+59
2005-06-18Fixing a compile errorEugenio Favalli1-0/+1
2005-06-18code indentJosé Ávila1-3/+3
2005-06-18add default actions to left mouse click and a clean up in the do_input() methodJosé Ávila1-134/+207