Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-30 | The popup-menu now disappears again when clicking somewhere else. (A little ↵ | Yohann Ferreira | 1 | -3/+21 | |
buggy but on its way.) | |||||
2005-06-30 | Improved attack frames management (now you can see other players | Eugenio Favalli | 1 | -1/+5 | |
attacking better than before) NOTE: the protocol doesn't allow for better management. | |||||
2005-06-30 | Improved buddylist, added talk | Mateusz Kaduk | 4 | -4/+24 | |
2005-06-30 | Items update | Eugenio Favalli | 0 | -0/+0 | |
2005-06-30 | Repaired the 'Walk to' option. | Yohann Ferreira | 1 | -3/+3 | |
2005-06-30 | Blocking too long login names to attempt connection or registration. (Thanks ↵ | Yohann Ferreira | 1 | -0/+2 | |
Usiu) | |||||
2005-06-30 | No need for xml, for saving buddy. Now saving, loading works. | Mateusz Kaduk | 2 | -106/+39 | |
2005-06-30 | - Preparing for release | Eugenio Favalli | 2 | -4/+7 | |
- New mountain tileset | |||||
2005-06-28 | - Adding BGM property to maps | Eugenio Favalli | 0 | -0/+0 | |
2005-06-28 | First Version Of XML Schema For Items List | Eric Scrivner | 1 | -0/+40 | |
2005-06-27 | - Fixing OpenGL switch to fullscreen crash in windows | Eugenio Favalli | 1 | -9/+21 | |
- Improving switch check | |||||
2005-06-27 | Fixed initialisation of Being*. The problem is that the attack() function is | Bjørn Lindeijer | 2 | -4/+4 | |
since recently being called with up to 8 directions while it is written to only handle 4. | |||||
2005-06-26 | Updated the location of my devpak repo. | Joni Orponen | 1 | -1/+1 | |
2005-06-25 | Some item updates | Eugenio Favalli | 0 | -0/+0 | |
2005-06-25 | Adding BGM to map | Eugenio Favalli | 0 | -0/+0 | |
2005-06-25 | Starting arena | Eugenio Favalli | 0 | -0/+0 | |
2005-06-24 | Updating DevCpp project file | Eugenio Favalli | 2 | -5/+1 | |
2005-06-24 | Adding missing #include. (Thanks to Scandium). | Yohann Ferreira | 3 | -0/+6 | |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 14 | -188/+228 | |
resources other than images. | |||||
2005-06-23 | Help files are now loaded through the resource manager. | Bjørn Lindeijer | 1 | -10/+15 | |
2005-06-23 | solved | Jean-Francois Lampron | 0 | -0/+0 | |
# The crack at 101,23 is incorrectly marked as obstacle # The stone at 19,28 is incorrectly not marked as obstacle. | |||||
2005-06-23 | Maps are now loaded through the resource manager. | Bjørn Lindeijer | 4 | -53/+125 | |
2005-06-22 | Removing some glitches from the desert. | Yohann Ferreira | 1 | -5/+2 | |
2005-06-22 | Removing some forgotten debug output. | Yohann Ferreira | 1 | -9/+17 | |
2005-06-22 | Fix weapon still shown after unequipping bug. | Yohann Ferreira | 1 | -0/+9 | |
2005-06-22 | gcc 3.4 compile fix. | Yohann Ferreira | 1 | -24/+47 | |
2005-06-22 | Detect ghosts at creation time. | Bjørn Lindeijer | 4 | -38/+27 | |
2005-06-22 | Ghostbusters in action: no more ghostssrc/tmw ! Please read the (removable) ↵ | José Ávila | 1 | -4/+35 | |
comments inside source code | |||||
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 10 | -78/+120 | |
an alpha layer. | |||||
2005-06-20 | Now simply push enter when the exit dialog is shown to quit. | Yohann Ferreira | 1 | -2/+10 | |
2005-06-20 | Bugfixes to the buddy window : preventing a crash when removing with no ↵ | Yohann Ferreira | 1 | -2/+5 | |
selection. | |||||
2005-06-20 | Hammerbear suggestion: removing duplicated code | Eugenio Favalli | 2 | -15/+6 | |
2005-06-20 | This way BGM should be enabled | Eugenio Favalli | 2 | -4/+21 | |
2005-06-19 | Compiling fixes | Eugenio Favalli | 3 | -3/+3 | |
2005-06-19 | Mostly indenting fixes and corrected path for OpenGL font version. | Bjørn Lindeijer | 4 | -41/+29 | |
2005-06-19 | Prevent deleting guiFont twice in non-OpenGL mode. | Bjørn Lindeijer | 2 | -15/+19 | |
2005-06-19 | now buddy.xml is saved in home dir... | José Ávila | 2 | -12/+3 | |
2005-06-19 | Now added buddy are saved | Mateusz Kaduk | 2 | -12/+95 | |
2005-06-19 | Saving buddy in xml file | Mateusz Kaduk | 2 | -1/+59 | |
2005-06-18 | Fixing a compile error | Eugenio Favalli | 1 | -0/+1 | |
2005-06-18 | code indent | José Ávila | 1 | -3/+3 | |
2005-06-18 | add default actions to left mouse click and a clean up in the do_input() method | José Ávila | 1 | -134/+207 | |
2005-06-18 | Small fix to buddywindow buttons | Mateusz Kaduk | 2 | -13/+13 | |
2005-06-18 | Some fixes to browser font loading and updates to DevCpp project file | Eugenio Favalli | 2 | -94/+94 | |
2005-06-18 | Added simple layout/container widgets (VBox and HBox). | Aaron Marks | 7 | -0/+279 | |
2005-06-18 | Showing buddyWindow | Mateusz Kaduk | 7 | -296/+42 | |
2005-06-18 | Removed old menu/menuitem and replaced by JAvila one | Mateusz Kaduk | 4 | -99/+2 | |
2005-06-18 | Updated bad #ifdef (used wrong define name). | Aaron Marks | 2 | -2/+2 | |
Updated my name in help window :) | |||||
2005-06-17 | Updated BrowserBox to work with SDL by using the original font. (the setColor | Aaron Marks | 3 | -0/+17 | |
calls can be ignored, as they have no effect on the font when Guichan is using SDL). | |||||
2005-06-17 | new BrowserBox widget with colors/links support | José Ávila | 10 | -171/+149 | |