Age | Commit message (Expand) | Author | Files | Lines |
2024-03-13 | Added SDL version check for SDL_OpenURL | Thorbjørn Lindeijer | 2 | -5/+20 |
2024-03-12 | General code cleanups | Thorbjørn Lindeijer | 9 | -45/+37 |
2024-03-11 | Implemented ability to open external links in news and chat | Thorbjørn Lindeijer | 5 | -14/+57 |
2024-03-07 | Use the native TMX tile animation format | Thorbjørn Lindeijer | 2 | -8/+7 |
2024-03-02 | Updated mouse cursors to latest version | Thorbjørn Lindeijer | 2 | -10/+10 |
2024-02-22 | General code cleanups | Thorbjørn Lindeijer | 7 | -14/+12 |
2024-02-15 | Fix handling of non-consecutive emote IDs | Thorbjørn Lindeijer | 2 | -40/+23 |
2024-02-13 | General code cleanups | Thorbjørn Lindeijer | 58 | -275/+169 |
2024-02-09 | Optimized BrowserBox | Thorbjørn Lindeijer | 4 | -342/+325 |
2024-02-09 | Some cleanups in UpdaterWindow and BrowserBox | Thorbjørn Lindeijer | 2 | -141/+54 |
2024-02-09 | C++11: Use default member initializers | Thorbjørn Lindeijer | 3 | -31/+24 |
2024-01-29 | Removed unused includes in various files | Thorbjørn Lindeijer | 5 | -6/+0 |
2024-01-29 | Apply C++11 fixits | Thorbjørn Lindeijer | 14 | -82/+54 |
2024-01-26 | Apply C++11 fixits | Thorbjørn Lindeijer | 70 | -289/+289 |
2024-01-25 | Minor includes cleanup | Thorbjørn Lindeijer | 1 | -1/+0 |
2024-01-25 | Ported to SDL2 | Thorbjørn Lindeijer | 5 | -53/+24 |
2024-01-24 | Fixed compilation issues and use of deprecated C++ features | Thorbjørn Lindeijer | 7 | -9/+9 |
2012-08-05 | Removed all the hardcoded sizes of the various setup tabs | Thorbjørn Lindeijer | 6 | -10/+51 |
2012-05-07 | Merge branch '0.6' | Thorbjørn Lindeijer | 1 | -9/+9 |
2012-05-07 | Fixed wrong offset values for tab widget drawing | jurkan | 1 | -9/+9 |
2012-05-05 | Merge branch '0.6' | Thorbjørn Lindeijer | 2 | -1/+3 |
2012-05-05 | Fixed compilation errors and warnings with GCC 4.7 | Thorbjørn Lindeijer | 2 | -1/+3 |
2012-04-02 | Merge branch '0.6' | Thorbjørn Lindeijer | 2 | -4/+3 |
2012-04-02 | Fixed problems with using the last emotev0.6.1 | Thorbjørn Lindeijer | 1 | -3/+2 |
2012-04-01 | Made changes to compile on Mac OSX 10.6 and later | David Athay | 1 | -1/+1 |
2012-02-18 | Added notification sound on receiving whisper | Thorbjørn Lindeijer | 3 | -3/+32 |
2012-02-12 | Fixed inventory display | Yohann Ferreira | 1 | -3/+6 |
2012-02-11 | Fixed issues with the help texts and small NEWS file updates | Thorbjørn Lindeijer | 1 | -6/+0 |
2012-02-10 | Arbitrary small code cleanups | Thorbjørn Lindeijer | 3 | -7/+5 |
2012-02-09 | Fixed wallpaper prescaling issues | Thorbjørn Lindeijer | 1 | -17/+26 |
2012-02-09 | Avoid a crash after selecting one's character linked to emotes. | Yohann Ferreira | 1 | -3/+3 |
2012-02-07 | Made BrowserBox use the recommended line skip for its font | Thorbjørn Lindeijer | 2 | -48/+61 |
2012-02-06 | Some cleanups in the initialization of wallpaper paths | Thorbjørn Lindeijer | 2 | -2/+2 |
2012-02-05 | Fixed some layout issues with the chat window | Thorbjørn Lindeijer | 1 | -30/+19 |
2012-02-03 | Changed the setup button at login stage to use the icon. | Yohann Ferreira | 2 | -4/+6 |
2012-01-31 | Added missing copyright notices. | Yohann Ferreira | 6 | -1/+7 |
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 85 | -85/+85 |
2012-01-26 | Removed 'inline' keyword where it's not of any value | Thorbjørn Lindeijer | 3 | -10/+10 |
2012-01-22 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 4 | -57/+59 |
2012-01-20 | Made the ignore record parameter useful | Erik Schilling | 1 | -1/+1 |
2012-01-16 | Renamed some file names for consistency with the class names | Thorbjørn Lindeijer | 4 | -4/+4 |
2012-01-15 | Show item quantity in the shop list | Thorbjørn Lindeijer | 1 | -23/+40 |
2012-01-10 | player_node -> local_player | Yohann Ferreira | 2 | -2/+2 |
2012-01-09 | Changed INT and DELETE enum names to fix C::B compilation. | Yohann Ferreira | 2 | -2/+2 |
2012-01-09 | Made the chat text much more readable in every opacity case. | Yohann Ferreira | 4 | -4/+94 |
2011-11-12 | Removed hiding of button popup when setting the text to empty | Yohann Ferreira | 2 | -8/+2 |
2011-11-12 | Removed some Channel and ChannelTab related silliness | Thorbjørn Lindeijer | 1 | -5/+0 |
2011-11-12 | Fixed the button popup incorrectly shown when loading the window menu. | Yohann Ferreira | 1 | -3/+1 |
2011-10-23 | Fixed a certain class of Doxygen warnings | Thorbjørn Lindeijer | 6 | -20/+12 |
2011-09-29 | Fixed item popup still visible after closing inventory window. | Erik Schilling | 3 | -1/+8 |