Sat, 01 Dec 2012 04:36:27 +0100 minor xcodeproj update
koda [Sat, 01 Dec 2012 04:36:27 +0100] rev 8169
minor xcodeproj update
Sat, 01 Dec 2012 04:36:13 +0100 use High() to avoid future out of bounds in uSound
koda [Sat, 01 Dec 2012 04:36:13 +0100] rev 8168
use High() to avoid future out of bounds in uSound
Fri, 30 Nov 2012 23:04:10 -0500 Make user folder default to global folder in hwengine
Joe Doyle (Ginto8) <ginto8@gmail.com> [Fri, 30 Nov 2012 23:04:10 -0500] rev 8167
Make user folder default to global folder in hwengine
Sat, 01 Dec 2012 16:03:38 -0600 Refactor Freepascal module.
Bryan Dunsmore <dunsmoreb@gmail.com> [Sat, 01 Dec 2012 16:03:38 -0600] rev 8166
Refactor Freepascal module.
Fri, 30 Nov 2012 22:23:26 -0500 oups
nemo [Fri, 30 Nov 2012 22:23:26 -0500] rev 8165
oups
Sat, 01 Dec 2012 15:40:10 -0600 Move noexecstack flags to Freepascal module and refactor.
Bryan Dunsmore <dunsmoreb@gmail.com> [Sat, 01 Dec 2012 15:40:10 -0600] rev 8164
Move noexecstack flags to Freepascal module and refactor.
Sat, 01 Dec 2012 02:14:26 +0100 remove unneeded @2x images
koda [Sat, 01 Dec 2012 02:14:26 +0100] rev 8163
remove unneeded @2x images
Fri, 30 Nov 2012 23:08:10 -0600 Move code for Freepascal to separate CMake module.
Bryan Dunsmore <dunsmoreb@gmail.com> [Fri, 30 Nov 2012 23:08:10 -0600] rev 8162
Move code for Freepascal to separate CMake module.
Sat, 01 Dec 2012 02:12:10 +0100 GCI2012: Remove Structure Weapon Code
deepdog [Sat, 01 Dec 2012 02:12:10 +0100] rev 8161
GCI2012: Remove Structure Weapon Code
Fri, 30 Nov 2012 22:08:06 -0500 Make user folder default to global folder in hwengine
Joe Doyle (Ginto8) <ginto8@gmail.com> [Fri, 30 Nov 2012 22:08:06 -0500] rev 8160
Make user folder default to global folder in hwengine
Fri, 30 Nov 2012 23:36:18 +0100 set window modality for new ban dialogs
koda [Fri, 30 Nov 2012 23:36:18 +0100] rev 8159
set window modality for new ban dialogs
Sat, 01 Dec 2012 00:44:12 +0400 Fix warning
unc0rr [Sat, 01 Dec 2012 00:44:12 +0400] rev 8158
Fix warning
Sat, 01 Dec 2012 00:38:06 +0400 Bans manager
unc0rr [Sat, 01 Dec 2012 00:38:06 +0400] rev 8157
Bans manager
Sat, 01 Dec 2012 00:37:23 +0400 - Fix UNBAN bug
unc0rr [Sat, 01 Dec 2012 00:37:23 +0400] rev 8156
- Fix UNBAN bug - Rework BANLIST message format
Fri, 30 Nov 2012 18:46:25 +0400 Case insensitive test for banned nickname
unc0rr [Fri, 30 Nov 2012 18:46:25 +0400] rev 8155
Case insensitive test for banned nickname
Fri, 30 Nov 2012 18:43:43 +0400 Implement ban by nickname
unc0rr [Fri, 30 Nov 2012 18:43:43 +0400] rev 8154
Implement ban by nickname
Fri, 30 Nov 2012 15:26:49 +0100 GCI2012: Too many variables
koda [Fri, 30 Nov 2012 15:26:49 +0100] rev 8153
GCI2012: Too many variables
Fri, 30 Nov 2012 15:00:47 +0100 GCI2012 - In-Game Chat Commands
koda [Fri, 30 Nov 2012 15:00:47 +0100] rev 8152
GCI2012 - In-Game Chat Commands
Sat, 01 Dec 2012 21:24:25 -0500 Google Code-in: Move video preferences in settings tab
Mitchell Kember <mk12360@gmail.com> [Sat, 01 Dec 2012 21:24:25 -0500] rev 8151
Google Code-in: Move video preferences in settings tab Moves the video recording preferences out of the video recording page into their own tab in the settings page. https://google-melange.appspot.com/gci/task/view/google/gci2012/7968230
Fri, 30 Nov 2012 10:51:29 +0100 GCI2012: Command Line Parsing
Rowan D [Fri, 30 Nov 2012 10:51:29 +0100] rev 8150
GCI2012: Command Line Parsing
Fri, 30 Nov 2012 20:00:53 -0500 Google Code-in: Center help text field
Mitchell Kember <mk12360@gmail.com> [Fri, 30 Nov 2012 20:00:53 -0500] rev 8149
Google Code-in: Center help text field Modifies the grid layout slightly so that the help text which appears when hovering over certain elements is centered with respect to the window, even when there are more buttons on one side. https://google-melange.appspot.com/gci/task/view/google/gci2012/7968226
Fri, 30 Nov 2012 10:15:17 +0100 use the correct symbol
koda [Fri, 30 Nov 2012 10:15:17 +0100] rev 8148
use the correct symbol
Fri, 30 Nov 2012 15:29:09 -0500 Use same macro for hiding video record button and keybinding
Mitchell Kember <mk12360@gmail.com> [Fri, 30 Nov 2012 15:29:09 -0500] rev 8147
Use same macro for hiding video record button and keybinding Modified my previous patch to use the already-in-place VIDEOREC macro (used previously just for hiding the button on the main menu) instead of creating another one. https://google-melange.appspot.com/gci/task/view/google/gci2012/7948213
Fri, 30 Nov 2012 07:42:28 +0100 GCI2012: Lowercase CMake functions (main files only)
m4tx [Fri, 30 Nov 2012 07:42:28 +0100] rev 8146
GCI2012: Lowercase CMake functions (main files only)
Thu, 29 Nov 2012 23:23:19 -0500 Move global variables to units that use them
Joe Doyle (Ginto8) <ginto8@gmail.com> [Thu, 29 Nov 2012 23:23:19 -0500] rev 8145
Move global variables to units that use them
Thu, 29 Nov 2012 19:44:18 -0500 Google Code-in: Hide "video record" keybind option
Mitchell Kember <mk12360@gmail.com> [Thu, 29 Nov 2012 19:44:18 -0500] rev 8144
Google Code-in: Hide "video record" keybind option Removes the recording keybinding option using preprocessor conditions when it is unavailable. This includes when Hedgewars is being built either with the recording feature explicitly disabled or when FFMPEG/LibAV were not found. https://google-melange.appspot.com/gci/task/view/google/gci2012/7948213
Thu, 29 Nov 2012 23:13:06 -0500 Remove unused global variables
Joe Doyle (Ginto8) <ginto8@gmail.com> [Thu, 29 Nov 2012 23:13:06 -0500] rev 8143
Remove unused global variables
Thu, 29 Nov 2012 14:48:38 -0500 *sigh*
nemo [Thu, 29 Nov 2012 14:48:38 -0500] rev 8142
*sigh*
Fri, 30 Nov 2012 18:19:52 +0400 merge flibqtfrontend
unc0rr [Fri, 30 Nov 2012 18:19:52 +0400] rev 8141
merge
Thu, 29 Nov 2012 22:50:08 +0400 A bit of refactoring
unc0rr [Thu, 29 Nov 2012 22:50:08 +0400] rev 8140
A bit of refactoring
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip