summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-18Small fix to buddywindow buttonsMateusz Kaduk2-13/+13
2005-06-18Some fixes to browser font loading and updates to DevCpp project fileEugenio Favalli1-1/+1
2005-06-18Added simple layout/container widgets (VBox and HBox).Aaron Marks7-0/+279
2005-06-18Showing buddyWindowMateusz Kaduk7-296/+42
2005-06-18Removed old menu/menuitem and replaced by JAvila oneMateusz Kaduk4-99/+2
2005-06-18Updated bad #ifdef (used wrong define name).Aaron Marks1-1/+1
2005-06-17Updated BrowserBox to work with SDL by using the original font. (the setColorAaron Marks3-0/+17
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila8-170/+145
2005-06-17new BrowserBox widget with colors/links supportJosé Ávila5-0/+798
2005-06-16Fixed cutting off bottom item row of inventory in some casesBjørn Lindeijer3-3/+26
2005-06-16Added action menu (moved trading to menu)Mateusz Kaduk4-16/+73
2005-06-16Fixed window resizing to work properly, and on all edges and corners.Bjørn Lindeijer4-93/+176
2005-06-14Only set alpha value when the minimap image loaded correctly.Bjørn Lindeijer1-1/+5
2005-06-14Added background to minimap. Only used in Tonori Desert map for now, and itsBjørn Lindeijer12-47/+176
2005-06-14Added support for map properties, which minimap and background musicBjørn Lindeijer4-1/+59
2005-06-12Use alpha layer for tiles (feedback performance)Bjørn Lindeijer1-2/+2
2005-06-11Improve layout of login dialog slightly and allow login by pressing enter withBjørn Lindeijer1-6/+9
2005-06-06Fixed resizing window functionJosé Ávila2-17/+86
2005-06-05Updated configure.ac, small fix to framerate limiter, added mohawk to changes.Bjørn Lindeijer1-1/+4
2005-06-05Implemented wrapping for textbox (still could use a small fix) and made deathBjørn Lindeijer7-103/+91
2005-06-05This should fix item drops at 32 sizeEugenio Favalli1-1/+1
2005-06-05Fixed equipment window to fit 32x32 itemsEugenio Favalli1-8/+8
2005-06-05Item icons now displayed as 32x32.Bjørn Lindeijer2-31/+50
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer10-36/+177