Age | Commit message (Expand) | Author | Files | Lines |
2012-01-31 | Fixed saving the selected server at server connection level. | Yohann Ferreira | 2 | -3/+5 |
2012-01-31 | Added missing copyright notices. | Yohann Ferreira | 29 | -1/+52 |
2012-01-31 | Upgrade the update_copyright.sh script. | Yohann Ferreira | 1 | -1/+9 |
2012-01-30 | Add default offsets in imageset tag for all animations. | Andrei Karas | 3 | -3/+24 |
2012-01-30 | Keep a single blank line between NPC texts | Thorbjørn Lindeijer | 1 | -0/+1 |
2012-01-29 | Removed Sprite::getCurrentFrame and Sprite::getFrameCount | Thorbjørn Lindeijer | 6 | -96/+1 |
2012-01-29 | Removed inheritance from std::vector by CompoundSprite | Thorbjørn Lindeijer | 2 | -45/+47 |
2012-01-28 | Moved mTrading into the TradeHandler | Thorbjørn Lindeijer | 8 | -43/+14 |
2012-01-28 | Make command line choose character only work once | Thorbjørn Lindeijer | 1 | -0/+4 |
2012-01-27 | Removed two outdated "documentation" files | Thorbjørn Lindeijer | 2 | -84/+0 |
2012-01-27 | Updated docs/HACKING.txt | Thorbjørn Lindeijer | 1 | -2/+2 |
2012-01-27 | Fixed loading of the server list | Thorbjørn Lindeijer | 1 | -1/+0 |
2012-01-27 | Random hacking cleanups in the LocalPlayer class | Yohann Ferreira | 3 | -49/+35 |
2012-01-26 | Remove "> Next" from NPC dialogs | Andrei Karas | 1 | -2/+0 |
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 487 | -487/+487 |
2012-01-26 | Updated update-copyright.sh script | Thorbjørn Lindeijer | 1 | -2/+2 |
2012-01-26 | Removed 'inline' keyword where it's not of any value | Thorbjørn Lindeijer | 11 | -51/+51 |
2012-01-26 | Remember the window size after resizing | Thorbjørn Lindeijer | 1 | -0/+5 |
2012-01-26 | Fixing C::B | Stefan Dombrowski | 1 | -0/+4 |
2012-01-24 | Fixed the crash in setupSpriteDisplay | Thorbjørn Lindeijer | 7 | -20/+20 |
2012-01-24 | Stream music files directly from the archives | Thorbjørn Lindeijer | 6 | -115/+59 |
2012-01-24 | Removed unused function Image::SDLmerge | Thorbjørn Lindeijer | 2 | -87/+0 |
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 12 | -52/+316 |
2012-01-22 | Prevented looking at item when picking up while moving | Erik Schilling | 5 | -28/+24 |
2012-01-22 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 13 | -75/+178 |
2012-01-22 | Synced manaserv_protocol file with server | Erik Schilling | 1 | -12/+19 |
2012-01-21 | Updated Qt Creator project files | Thorbjørn Lindeijer | 2 | -3/+3 |
2012-01-21 | Clientside fix of switching from /announce to @announce | Erik Schilling | 3 | -7/+6 |
2012-01-20 | Fixed mouse cursor offset again | Thorbjørn Lindeijer | 1 | -0/+0 |
2012-01-20 | Made the update window bigger and resizable | Thorbjørn Lindeijer | 1 | -6/+7 |
2012-01-20 | Made the ignore record parameter useful | Erik Schilling | 1 | -1/+1 |
2012-01-20 | Fixed a bug with hurt sounds volume and simplified code | Thorbjørn Lindeijer | 3 | -24/+17 |
2012-01-19 | Fixed handling of problems with loading the initial map | Thorbjørn Lindeijer | 1 | -7/+8 |
2012-01-19 | Fixed the click area for NPCs and other players | Thorbjørn Lindeijer | 1 | -8/+17 |
2012-01-18 | ColorDB -> HairDB. | Yohann Ferreira | 12 | -36/+38 |
2012-01-18 | Found a better way to fix the movement glitches on both servers. | Yohann Ferreira | 7 | -70/+26 |
2012-01-17 | Fix update error if file line is empty, like in aethyra updates | Andrei Karas | 1 | -1/+2 |
2012-01-16 | Fixed adminhandler being not initialized | Erik Schilling | 4 | -1/+19 |
2012-01-16 | Renamed some file names for consistency with the class names | Thorbjørn Lindeijer | 46 | -115/+119 |
2012-01-16 | Increased the default font size | Thorbjørn Lindeijer | 1 | -1/+1 |
2012-01-16 | Restore GL_PACK_ALIGNMENT after creating screenshots in OpenGL mode | Andrei Karas | 1 | -0/+4 |
2012-01-15 | Remove dead beings from the minimap | Stefan Dombrowski | 1 | -0/+4 |
2012-01-15 | Show item quantity in the shop list | Thorbjørn Lindeijer | 1 | -23/+40 |
2012-01-15 | Don't leak the XMLContext that is created while loading an XML document | Thorbjørn Lindeijer | 1 | -4/+4 |
2012-01-15 | Removed a strange if check on an uninitialized variable | Thorbjørn Lindeijer | 1 | -3/+2 |
2012-01-15 | Center the CustomServerDialog on its parent window | Thorbjørn Lindeijer | 6 | -7/+8 |
2012-01-14 | Fixed the chat bubbles position. | Yohann Ferreira | 2 | -5/+14 |
2012-01-14 | Avoid compiler warnings when using MinGW | Thorbjørn Lindeijer | 1 | -37/+16 |
2012-01-14 | Don't lose the active target when pushing the target&attack key while moving. | Yohann Ferreira | 1 | -2/+2 |
2012-01-14 | Removed the auto-untargeting code for the local player. | Yohann Ferreira | 1 | -8/+0 |