Fri, 16 Sep 2016 00:01:43 +0200 Lua API: IsHogLocal(gearUid)
sheepluva [Fri, 16 Sep 2016 00:01:43 +0200] rev 11847
Lua API: IsHogLocal(gearUid)
Thu, 15 Sep 2016 23:16:49 +0200 Lua API: GetAmmoName(ammoType)
sheepluva [Thu, 15 Sep 2016 23:16:49 +0200] rev 11846
Lua API: GetAmmoName(ammoType)
Fri, 09 Sep 2016 15:57:30 +0000 merge with github
koda [Fri, 09 Sep 2016 15:57:30 +0000] rev 11845
merge with github
Sun, 04 Sep 2016 21:23:00 +0200 Lua API: fix incorrect error message. thanks to TheAnachron and rhino for pointing this out
sheepluva [Sun, 04 Sep 2016 21:23:00 +0200] rev 11844
Lua API: fix incorrect error message. thanks to TheAnachron and rhino for pointing this out
Thu, 11 Aug 2016 23:05:14 +0300 Make in-game chat work qmlfrontend
unc0rr [Thu, 11 Aug 2016 23:05:14 +0300] rev 11843
Make in-game chat work
Tue, 02 Aug 2016 23:08:17 +0300 Preparation to sending engine messages to net. qmlfrontend
unc0rr [Tue, 02 Aug 2016 23:08:17 +0300] rev 11842
Preparation to sending engine messages to net.
Fri, 15 Jul 2016 22:39:07 +0300 merge default qmlfrontend
unc0rr [Fri, 15 Jul 2016 22:39:07 +0300] rev 11841
merge default
Sat, 09 Jul 2016 22:40:44 +0300 Use less weird options
unc0rr [Sat, 09 Jul 2016 22:40:44 +0300] rev 11840
Use less weird options
Sat, 02 Jul 2016 17:56:10 +0200 Remove some more bytestring-show references, e.g. INSTALL file and travis file
LocutusOfBorg [Sat, 02 Jul 2016 17:56:10 +0200] rev 11839
Remove some more bytestring-show references, e.g. INSTALL file and travis file
Wed, 29 Jun 2016 20:16:29 +0300 bytestring-show RIP
unc0rr [Wed, 29 Jun 2016 20:16:29 +0300] rev 11838
bytestring-show RIP
Wed, 22 Jun 2016 09:25:29 -0400 Polish update
alzen [Wed, 22 Jun 2016 09:25:29 -0400] rev 11837
Polish update
Tue, 21 Jun 2016 18:02:46 -0400 bit of a start on HDPI monitor support. Fonts.
nemo [Tue, 21 Jun 2016 18:02:46 -0400] rev 11836
bit of a start on HDPI monitor support. Fonts.
Tue, 21 Jun 2016 22:03:09 +0200 remove experimental in-game credits code
sheepluva [Tue, 21 Jun 2016 22:03:09 +0200] rev 11835
remove experimental in-game credits code
Tue, 21 Jun 2016 15:37:08 -0400 no.
nemo [Tue, 21 Jun 2016 15:37:08 -0400] rev 11834
no.
Wed, 15 Jun 2016 18:39:31 -0400 lupdate
nemo [Wed, 15 Jun 2016 18:39:31 -0400] rev 11833
lupdate
Sun, 22 May 2016 15:06:08 +0200 - In case of HWLIBRARY we need reference to sysutils for GetCurrentDir()
antonc27 <antonc27@mail.ru> [Sun, 22 May 2016 15:06:08 +0200] rev 11832
- In case of HWLIBRARY we need reference to sysutils for GetCurrentDir()
Sat, 21 May 2016 15:23:08 -0400 Change this back to allowing hooking rope to hogs again, 'cause, well, rage...
nemo [Sat, 21 May 2016 15:23:08 -0400] rev 11831
Change this back to allowing hooking rope to hogs again, 'cause, well, rage...
Sat, 21 May 2016 14:39:35 -0400 http → https
nemo [Sat, 21 May 2016 14:39:35 -0400] rev 11830
http → https
Wed, 18 May 2016 15:42:14 -0400 Fruit theme music
alfadur [Wed, 18 May 2016 15:42:14 -0400] rev 11829
Fruit theme music
Tue, 17 May 2016 23:29:49 +0300 Merge default qmlfrontend
unc0rr [Tue, 17 May 2016 23:29:49 +0300] rev 11828
Merge default
Tue, 17 May 2016 23:18:08 +0300 - Add state to engine callback for it to know what engine is sending qmlfrontend
unc0rr [Tue, 17 May 2016 23:18:08 +0300] rev 11827
- Add state to engine callback for it to know what engine is sending - Display suggested hogs number in preview
Tue, 17 May 2016 21:32:10 +0200 implement ExtraftFileDir and ExtractFileName in uUtils
sheepluva [Tue, 17 May 2016 21:32:10 +0200] rev 11826
implement ExtraftFileDir and ExtractFileName in uUtils
Mon, 16 May 2016 00:15:32 +0200 remove another useless SysUtils include
sheepluva [Mon, 16 May 2016 00:15:32 +0200] rev 11825
remove another useless SysUtils include
Sun, 15 May 2016 23:59:24 +0200 implement Trim() in uUtils
sheepluva [Sun, 15 May 2016 23:59:24 +0200] rev 11824
implement Trim() in uUtils
Sun, 15 May 2016 23:11:14 +0200 drop SysUtils inclusion from 5 files where it is not needed anymore
sheepluva [Sun, 15 May 2016 23:11:14 +0200] rev 11823
drop SysUtils inclusion from 5 files where it is not needed anymore
Sun, 15 May 2016 14:29:37 +0300 - Use IntToStr() in preference to Str()
unc0rr [Sun, 15 May 2016 14:29:37 +0300] rev 11822
- Use IntToStr() in preference to Str() - Remove senseless Str() call in uRandom.GetNext
Sun, 15 May 2016 13:18:34 +0200 always include uUtils _after_ SysUtils
sheepluva [Sun, 15 May 2016 13:18:34 +0200] rev 11821
always include uUtils _after_ SysUtils
Sun, 15 May 2016 11:37:07 +0200 merge Wuzzy's frontend tweaks
sheepluva [Sun, 15 May 2016 11:37:07 +0200] rev 11820
merge Wuzzy's frontend tweaks
Fri, 06 May 2016 20:12:27 +0200 Tweak sizes and icons of most footer buttons of frontend
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 20:12:27 +0200] rev 11819
Tweak sizes and icons of most footer buttons of frontend
Fri, 06 May 2016 19:23:26 +0200 Neatly align all the bottom buttons on the same height
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 19:23:26 +0200] rev 11818
Neatly align all the bottom buttons on the same height
Fri, 06 May 2016 18:49:41 +0200 Slightly better naming of new or copied ammo/game schemes
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 18:49:41 +0200] rev 11817
Slightly better naming of new or copied ammo/game schemes
Fri, 06 May 2016 18:35:33 +0200 Tweak damage modifier help
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 18:35:33 +0200] rev 11816
Tweak damage modifier help
Fri, 06 May 2016 18:33:54 +0200 Fix mines time displaying "1 seconds" in frontend
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 18:33:54 +0200] rev 11815
Fix mines time displaying "1 seconds" in frontend
Fri, 06 May 2016 17:26:06 +0200 Frontend: Increase space for help text in the footer
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 17:26:06 +0200] rev 11814
Frontend: Increase space for help text in the footer
Fri, 06 May 2016 17:20:19 +0200 Add help texts for game scheme's basic settings (initial health, etc.)
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 17:20:19 +0200] rev 11813
Add help texts for game scheme's basic settings (initial health, etc.)
Fri, 06 May 2016 16:08:48 +0200 Add more What's This? texts throughout the frontend
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 16:08:48 +0200] rev 11812
Add more What's This? texts throughout the frontend
Fri, 06 May 2016 15:45:48 +0200 Fix problems with dynamic whats this texts
Wuzzy <almikes@aol.com> [Fri, 06 May 2016 15:45:48 +0200] rev 11811
Fix problems with dynamic whats this texts
Wed, 04 May 2016 22:56:22 +0200 Add missing frontend constants
Wuzzy <almikes@aol.com> [Wed, 04 May 2016 22:56:22 +0200] rev 11810
Add missing frontend constants
Wed, 04 May 2016 19:42:20 +0200 Add various “What's This?” texts to multiplayer, net and team editor frontend pages
Wuzzy <almikes@aol.com> [Wed, 04 May 2016 19:42:20 +0200] rev 11809
Add various “What's This?” texts to multiplayer, net and team editor frontend pages
Wed, 04 May 2016 18:14:25 +0200 Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Wuzzy <almikes@aol.com> [Wed, 04 May 2016 18:14:25 +0200] rev 11808
Team editor: Make bot icons and graves more visible in closed drop-down lists, smaller botlevel images
Sun, 15 May 2016 10:43:18 +0200 avrec crash/math fix (sheepy here, committing koda's fix because I'm tired of having it lying around in my repo :P
koda [Sun, 15 May 2016 10:43:18 +0200] rev 11807
avrec crash/math fix (sheepy here, committing koda's fix because I'm tired of having it lying around in my repo :P
Tue, 10 May 2016 13:28:37 -0400 turn off sparks for drowning dynamite
nemo [Tue, 10 May 2016 13:28:37 -0400] rev 11806
turn off sparks for drowning dynamite
Fri, 06 May 2016 20:00:55 +0200 <unC0Rr> might be somewhere width used instead of rightx
sheepluva [Fri, 06 May 2016 20:00:55 +0200] rev 11805
<unC0Rr> might be somewhere width used instead of rightx
Wed, 04 May 2016 14:30:04 -0400 linux on travis needs sudo to install dependencies
koda [Wed, 04 May 2016 14:30:04 -0400] rev 11804
linux on travis needs sudo to install dependencies
Wed, 04 May 2016 14:09:54 +0300 Fix some warnings
unC0Rr [Wed, 04 May 2016 14:09:54 +0300] rev 11803
Fix some warnings
Tue, 03 May 2016 22:19:17 +0200 - Don't forget to init uVaribles inside LoadLocaleWrapper call
antonc27 <antonc27@mail.ru> [Tue, 03 May 2016 22:19:17 +0200] rev 11802
- Don't forget to init uVaribles inside LoadLocaleWrapper call
Tue, 03 May 2016 13:20:35 -0400 Enable GL2 travis builds
koda [Tue, 03 May 2016 13:20:35 -0400] rev 11801
Enable GL2 travis builds
Tue, 03 May 2016 20:18:25 +0300 ansistring, not Ansistring
unc0rr [Tue, 03 May 2016 20:18:25 +0300] rev 11800
ansistring, not Ansistring
Tue, 03 May 2016 19:06:09 +0200 small code cleanup/comment
sheepluva [Tue, 03 May 2016 19:06:09 +0200] rev 11799
small code cleanup/comment
Tue, 03 May 2016 19:17:30 +0300 I heard we switched to physfs
unc0rr [Tue, 03 May 2016 19:17:30 +0300] rev 11798
I heard we switched to physfs
Tue, 03 May 2016 19:08:27 +0300 TryDo is deprecated
unc0rr [Tue, 03 May 2016 19:08:27 +0300] rev 11797
TryDo is deprecated
Tue, 03 May 2016 01:07:26 -0400 Add pre/post js stub files and expand the emscripten options
frd [Tue, 03 May 2016 01:07:26 -0400] rev 11796
Add pre/post js stub files and expand the emscripten options
Tue, 03 May 2016 00:55:46 -0400 Set medium floating precision to shaders
frd [Tue, 03 May 2016 00:55:46 -0400] rev 11795
Set medium floating precision to shaders Helps with WebGL compatibility.
Tue, 03 May 2016 00:51:33 -0400 Compile uMatrix to c too when GL2 is requested
koda [Tue, 03 May 2016 00:51:33 -0400] rev 11794
Compile uMatrix to c too when GL2 is requested
Mon, 02 May 2016 23:28:58 -0400 Work around missing gl functions from emscripten headers
koda [Mon, 02 May 2016 23:28:58 -0400] rev 11793
Work around missing gl functions from emscripten headers
Mon, 02 May 2016 23:03:42 -0400 Avoid using an undeclared variable
koda [Mon, 02 May 2016 23:03:42 -0400] rev 11792
Avoid using an undeclared variable
Mon, 02 May 2016 22:52:21 -0400 Set pas2c switches more cleanly
koda [Mon, 02 May 2016 22:52:21 -0400] rev 11791
Set pas2c switches more cleanly
Tue, 03 May 2016 01:13:41 +0200 - Pass also userPath to LoadLocaleWrapper
antonc27 <antonc27@mail.ru> [Tue, 03 May 2016 01:13:41 +0200] rev 11790
- Pass also userPath to LoadLocaleWrapper TODO: Find a way to simplify all of this...
Tue, 03 May 2016 01:09:36 +0200 - More ugly ifdefs for the ifdef god
antonc27 <antonc27@mail.ru> [Tue, 03 May 2016 01:09:36 +0200] rev 11789
- More ugly ifdefs for the ifdef god
Tue, 03 May 2016 00:59:38 +0200 [BUG 66] - Create '/Logs' folder if not exists
antonc27 <antonc27@mail.ru> [Tue, 03 May 2016 00:59:38 +0200] rev 11788
[bug #66] - Create '/Logs' folder if not exists
Sun, 01 May 2016 21:09:45 +0200 qmlfrontend/map-preview: add hog count display thingy (only displays "?" for now) qmlfrontend
sheepluva [Sun, 01 May 2016 21:09:45 +0200] rev 11787
qmlfrontend/map-preview: add hog count display thingy (only displays "?" for now)
Sun, 01 May 2016 15:58:19 +0200 qmlfrontend: tweak map preview a little in an attempt to buy back unC0Rr's <3 qmlfrontend
sheepluva [Sun, 01 May 2016 15:58:19 +0200] rev 11786
qmlfrontend: tweak map preview a little in an attempt to buy back unC0Rr's <3
Sun, 01 May 2016 14:32:47 +0200 add button to randomize theme only
sheepluva [Sun, 01 May 2016 14:32:47 +0200] rev 11785
add button to randomize theme only
Sun, 01 May 2016 12:36:59 +0200 changelog
sheepluva [Sun, 01 May 2016 12:36:59 +0200] rev 11784
changelog
Sun, 01 May 2016 02:47:51 +0200 update changelog
sheepluva [Sun, 01 May 2016 02:47:51 +0200] rev 11783
update changelog
Sat, 30 Apr 2016 21:06:46 +0200 update changelog
sheepluva [Sat, 30 Apr 2016 21:06:46 +0200] rev 11782
update changelog
Sat, 30 Apr 2016 20:55:02 +0200 update changelog
sheepluva [Sat, 30 Apr 2016 20:55:02 +0200] rev 11781
update changelog
Sat, 30 Apr 2016 00:13:11 +0200 indentation fixes
sheepluva [Sat, 30 Apr 2016 00:13:11 +0200] rev 11780
indentation fixes
Sat, 30 Apr 2016 00:02:33 +0200 koda told me that putting in one finger wasn't enough
sheepluva [Sat, 30 Apr 2016 00:02:33 +0200] rev 11779
koda told me that putting in one finger wasn't enough
Fri, 29 Apr 2016 23:52:44 +0200 koda told me to put the finger in
sheepluva [Fri, 29 Apr 2016 23:52:44 +0200] rev 11778
koda told me to put the finger in
Fri, 29 Apr 2016 23:42:37 +0200 fix memory corruptions caused by outofbounds-writes in uTouch
sheepluva [Fri, 29 Apr 2016 23:42:37 +0200] rev 11777
fix memory corruptions caused by outofbounds-writes in uTouch
Fri, 29 Apr 2016 19:01:52 +0200 show credits only briefly
sheepluva [Fri, 29 Apr 2016 19:01:52 +0200] rev 11776
show credits only briefly
Fri, 29 Apr 2016 18:18:32 +0200 aggregate music credits into a single file (individual files can still be used to override. useful for .hwp etc.)
sheepluva [Fri, 29 Apr 2016 18:18:32 +0200] rev 11775
aggregate music credits into a single file (individual files can still be used to override. useful for .hwp etc.)
Fri, 29 Apr 2016 15:10:27 +0200 more credits updates
sheepluva [Fri, 29 Apr 2016 15:10:27 +0200] rev 11774
more credits updates
Fri, 29 Apr 2016 13:36:59 +0200 add some more credits
sheepluva [Fri, 29 Apr 2016 13:36:59 +0200] rev 11773
add some more credits
Fri, 29 Apr 2016 13:12:26 +0200 music credits etc.
sheepluva [Fri, 29 Apr 2016 13:12:26 +0200] rev 11772
music credits etc.
Fri, 29 Apr 2016 12:26:13 +0200 do not show credits in stats-only mode
sheepluva [Fri, 29 Apr 2016 12:26:13 +0200] rev 11771
do not show credits in stats-only mode
Fri, 29 Apr 2016 12:11:19 +0200 move function
sheepluva [Fri, 29 Apr 2016 12:11:19 +0200] rev 11770
move function
Fri, 29 Apr 2016 00:56:04 +0200 some initial credits-display implementation
sheepluva [Fri, 29 Apr 2016 00:56:04 +0200] rev 11769
some initial credits-display implementation
Thu, 28 Apr 2016 21:28:22 +0200 merge target practice patch by Wuzzy
sheepluva [Thu, 28 Apr 2016 21:28:22 +0200] rev 11768
merge target practice patch by Wuzzy
Wed, 13 Apr 2016 15:44:42 +0200 Target Practice: Make targets respawn after drowning, and minor code cleanup
Wuzzy <almikes@aol.com> [Wed, 13 Apr 2016 15:44:42 +0200] rev 11767
Target Practice: Make targets respawn after drowning, and minor code cleanup
Thu, 28 Apr 2016 21:15:08 +0200 merge 3 new sound effects added by Wuzzy
sheepluva [Thu, 28 Apr 2016 21:15:08 +0200] rev 11766
merge 3 new sound effects added by Wuzzy
Wed, 13 Apr 2016 12:17:30 +0200 Add sound effects for: cleaver impact, air mine impact, using extra time
Wuzzy <almikes@aol.com> [Wed, 13 Apr 2016 12:17:30 +0200] rev 11765
Add sound effects for: cleaver impact, air mine impact, using extra time
Thu, 28 Apr 2016 20:28:53 +0200 merging Wuzzy's empty weaponset for "new" button in weaponset editor
sheepluva [Thu, 28 Apr 2016 20:28:53 +0200] rev 11764
merging Wuzzy's empty weaponset for "new" button in weaponset editor
Wed, 13 Apr 2016 12:13:34 +0200 Add empty weapons scheme (instead of default) when using “New” button
Wuzzy <almikes@aol.com> [Wed, 13 Apr 2016 12:13:34 +0200] rev 11763
Add empty weapons scheme (instead of default) when using “New” button
Thu, 28 Apr 2016 20:07:10 +0200 merge more construction mode patches by Wuzzy
sheepluva [Thu, 28 Apr 2016 20:07:10 +0200] rev 11762
merge more construction mode patches by Wuzzy
Tue, 26 Apr 2016 18:00:15 +0200 Construction Mode: Make weapon crate mode be initial selection in crate tool
Wuzzy <almikes@aol.com> [Tue, 26 Apr 2016 18:00:15 +0200] rev 11761
Construction Mode: Make weapon crate mode be initial selection in crate tool
Tue, 26 Apr 2016 17:54:48 +0200 Construction Mode: Don't update ticker for cursor keys when hedgehog is not under control anymore
Wuzzy <almikes@aol.com> [Tue, 26 Apr 2016 17:54:48 +0200] rev 11760
Construction Mode: Don't update ticker for cursor keys when hedgehog is not under control anymore
Tue, 26 Apr 2016 17:40:29 +0200 Construction Mode: Reorder weapon and utility list to parrallel weapon menu order
Wuzzy <almikes@aol.com> [Tue, 26 Apr 2016 17:40:29 +0200] rev 11759
Construction Mode: Reorder weapon and utility list to parrallel weapon menu order
Tue, 26 Apr 2016 17:33:51 +0200 Construction Mode: Fix landspray being considered a weapon instead of utility
Wuzzy <almikes@aol.com> [Tue, 26 Apr 2016 17:33:51 +0200] rev 11758
Construction Mode: Fix landspray being considered a weapon instead of utility
Thu, 28 Apr 2016 18:32:50 +0200 in non-local games, don't include DLC-themes/maps/missions during random selection. thanks to unC0Rr for helping me realize that I was stupid in a different way than I thought :P
sheepluva [Thu, 28 Apr 2016 18:32:50 +0200] rev 11757
in non-local games, don't include DLC-themes/maps/missions during random selection. thanks to unC0Rr for helping me realize that I was stupid in a different way than I thought :P
Thu, 28 Apr 2016 17:42:43 +0200 lupdate
sheepluva [Thu, 28 Apr 2016 17:42:43 +0200] rev 11756
lupdate
Thu, 28 Apr 2016 17:38:30 +0200 fix for bug 117: Incorrect description of modifier “divide teams”
Wuzzy [Thu, 28 Apr 2016 17:38:30 +0200] rev 11755
fix for bug #117: Incorrect description of modifier “divide teams”
Thu, 28 Apr 2016 15:23:02 +0200 rollback last commit (bad approach, as item index confusion can happen)
sheepluva [Thu, 28 Apr 2016 15:23:02 +0200] rev 11754
rollback last commit (bad approach, as item index confusion can happen)
Thu, 28 Apr 2016 02:06:35 +0200 exclude DLC theme from random theme selection
sheepluva [Thu, 28 Apr 2016 02:06:35 +0200] rev 11753
exclude DLC theme from random theme selection
Thu, 28 Apr 2016 00:41:09 +0200 rooms-list: fix "Forts" map type being displayed in dark red
sheepluva [Thu, 28 Apr 2016 00:41:09 +0200] rev 11752
rooms-list: fix "Forts" map type being displayed in dark red
Wed, 27 Apr 2016 23:52:43 +0200 make hog fallback (flower-in-hole) positioning respect limits (e.g. used by gfDivideTeams)
sheepluva [Wed, 27 Apr 2016 23:52:43 +0200] rev 11751
make hog fallback (flower-in-hole) positioning respect limits (e.g. used by gfDivideTeams)
Wed, 27 Apr 2016 23:14:47 +0200 fix incorrect debug message
sheepluva [Wed, 27 Apr 2016 23:14:47 +0200] rev 11750
fix incorrect debug message
Wed, 27 Apr 2016 15:10:25 -0400 Only build engine to c with clang on travis
koda [Wed, 27 Apr 2016 15:10:25 -0400] rev 11749
Only build engine to c with clang on travis
Wed, 27 Apr 2016 15:08:43 -0400 Minor changes to the travis file
koda [Wed, 27 Apr 2016 15:08:43 -0400] rev 11748
Minor changes to the travis file Reuse TRAVIS_OS_NAME for ios, move the ios checks after all the others, add a new line between sections, drop unneeded search path for osx.
Wed, 27 Apr 2016 18:08:48 +0200 make construction mode recognize fort maps too
sheepluva [Wed, 27 Apr 2016 18:08:48 +0200] rev 11747
make construction mode recognize fort maps too
Wed, 27 Apr 2016 17:54:36 +0200 tweak preview
sheepluva [Wed, 27 Apr 2016 17:54:36 +0200] rev 11746
tweak preview
Wed, 27 Apr 2016 17:38:44 +0200 tweak preview
sheepluva [Wed, 27 Apr 2016 17:38:44 +0200] rev 11745
tweak preview
Wed, 27 Apr 2016 16:20:59 +0200 Added "Forts" to map type selection. This makes the mode easier selectable/discoverable. Also the slider can be used to adjust the distance between forts.
sheepluva [Wed, 27 Apr 2016 16:20:59 +0200] rev 11744
Added "Forts" to map type selection. This makes the mode easier selectable/discoverable. Also the slider can be used to adjust the distance between forts.
Wed, 27 Apr 2016 13:01:38 +0200 fallback to stdout if no writable logfile available
sheepluva [Wed, 27 Apr 2016 13:01:38 +0200] rev 11743
fallback to stdout if no writable logfile available
Wed, 27 Apr 2016 11:41:32 +0200 update Changelog
sheepluva [Wed, 27 Apr 2016 11:41:32 +0200] rev 11742
update Changelog
Wed, 27 Apr 2016 01:12:37 -0400 Set install dir for emscripten
koda [Wed, 27 Apr 2016 01:12:37 -0400] rev 11741
Set install dir for emscripten While not required, should help compatibility with older cmake versions.
Wed, 27 Apr 2016 01:03:15 -0400 Drop duplicated include from CMakeLists.txt
koda [Wed, 27 Apr 2016 01:03:15 -0400] rev 11740
Drop duplicated include from CMakeLists.txt
Wed, 27 Apr 2016 01:34:59 +0200 fix issue 8: Static skull and bones flakes near the water in Sudden Death in themes without flakes
sheepluva [Wed, 27 Apr 2016 01:34:59 +0200] rev 11739
fix issue #8: Static skull and bones flakes near the water in Sudden Death in themes without flakes
Wed, 27 Apr 2016 01:06:29 +0200 add /clear command to frontend chat (clears chat window)
sheepluva [Wed, 27 Apr 2016 01:06:29 +0200] rev 11738
add /clear command to frontend chat (clears chat window)
Wed, 27 Apr 2016 00:14:06 +0200 fix for issue 71: Lua API: “Theme” variable is set to empty string initially
Wuzzy <almikes@aol.com> [Wed, 27 Apr 2016 00:14:06 +0200] rev 11737
fix for issue #71: Lua API: “Theme” variable is set to empty string initially
Wed, 27 Apr 2016 00:04:37 +0200 Lua-API - GetClanColor: Verify argument and display error message on fail (instead of engine crash)
sheepluva [Wed, 27 Apr 2016 00:04:37 +0200] rev 11736
Lua-API - GetClanColor: Verify argument and display error message on fail (instead of engine crash)
Tue, 26 Apr 2016 23:34:28 +0200 issue 94: Seduction text is outdated and misleading
Wuzzy <almikes@aol.com> [Tue, 26 Apr 2016 23:34:28 +0200] rev 11735
issue #94: Seduction text is outdated and misleading
Tue, 26 Apr 2016 22:09:50 +0200 create forts in random order
sheepluva [Tue, 26 Apr 2016 22:09:50 +0200] rev 11734
create forts in random order
Tue, 26 Apr 2016 20:51:13 +0200 make construction mode work with fort mode without mixing up clans and forts
sheepluva [Tue, 26 Apr 2016 20:51:13 +0200] rev 11733
make construction mode work with fort mode without mixing up clans and forts
Tue, 26 Apr 2016 18:15:10 +0200 update construction mode in-file version info
sheepluva [Tue, 26 Apr 2016 18:15:10 +0200] rev 11732
update construction mode in-file version info
Tue, 26 Apr 2016 17:02:24 +0200 merge construction mode patches by Wuzzy
sheepluva [Tue, 26 Apr 2016 17:02:24 +0200] rev 11731
merge construction mode patches by Wuzzy
Wed, 13 Apr 2016 03:17:32 +0200 Construction Mode: Fix Girder/Rubber mode sometimes show nil
Wuzzy <almikes@aol.com> [Wed, 13 Apr 2016 03:17:32 +0200] rev 11730
Construction Mode: Fix Girder/Rubber mode sometimes show nil
Wed, 13 Apr 2016 03:04:24 +0200 Fix bad comment in Construction Mode
Wuzzy <almikes@aol.com> [Wed, 13 Apr 2016 03:04:24 +0200] rev 11729
Fix bad comment in Construction Mode
Wed, 13 Apr 2016 03:03:46 +0200 Construction Mode: Sanity-check numbers from script parameter
Wuzzy <almikes@aol.com> [Wed, 13 Apr 2016 03:03:46 +0200] rev 11728
Construction Mode: Sanity-check numbers from script parameter
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 tip