Sun, 26 Aug 2012 20:20:16 -0400 so unc0rr might replace this all. but anyway. fix copypasta.
nemo [Sun, 26 Aug 2012 20:20:16 -0400] rev 7610
so unc0rr might replace this all. but anyway. fix copypasta.
Sun, 26 Aug 2012 10:15:28 -0400 shoppa hack, take... 4?
nemo [Sun, 26 Aug 2012 10:15:28 -0400] rev 7609
shoppa hack, take... 4?
Sat, 25 Aug 2012 21:35:25 -0400 another shot in the dark. still w/ no input from shoppa players
nemo [Sat, 25 Aug 2012 21:35:25 -0400] rev 7608
another shot in the dark. still w/ no input from shoppa players
Sat, 25 Aug 2012 21:14:07 -0400 shoppa hack guesses. continued. let's assume there's a small Y component.
nemo [Sat, 25 Aug 2012 21:14:07 -0400] rev 7607
shoppa hack guesses. continued. let's assume there's a small Y component.
Sat, 25 Aug 2012 21:05:27 -0400 another shot in the dark. let's assume they expect to control their direction as well. this might be the *wrong* direction...
nemo [Sat, 25 Aug 2012 21:05:27 -0400] rev 7606
another shot in the dark. let's assume they expect to control their direction as well. this might be the *wrong* direction...
Sat, 25 Aug 2012 20:54:23 -0400 hack for shoppa players, take 2. take into account sides, and a guess that a "slide" involves no upward movement
nemo [Sat, 25 Aug 2012 20:54:23 -0400] rev 7605
hack for shoppa players, take 2. take into account sides, and a guess that a "slide" involves no upward movement
Sat, 25 Aug 2012 20:15:19 -0400 Hack to try and appease the shoppa players
nemo [Sat, 25 Aug 2012 20:15:19 -0400] rev 7604
Hack to try and appease the shoppa players
Sat, 25 Aug 2012 18:35:59 -0400 reducing this value is sufficient to ensure crates drop just below top border or a girder
nemo [Sat, 25 Aug 2012 18:35:59 -0400] rev 7603
reducing this value is sufficient to ensure crates drop just below top border or a girder
Sat, 25 Aug 2012 18:22:15 -0400 Fix throwing things off rope, also make throwing things a bit more generic and gear density dependent (so you can throw mines further, and also throw dynamite a little).
nemo [Sat, 25 Aug 2012 18:22:15 -0400] rev 7602
Fix throwing things off rope, also make throwing things a bit more generic and gear density dependent (so you can throw mines further, and also throw dynamite a little).
Sat, 25 Aug 2012 15:04:24 -0400 Allow escaping from tight spots
nemo [Sat, 25 Aug 2012 15:04:24 -0400] rev 7601
Allow escaping from tight spots
Sat, 25 Aug 2012 23:00:19 +0400 Disable workaround, as it still makes server crash and hung clients are hidden from players anyway
unc0rr [Sat, 25 Aug 2012 23:00:19 +0400] rev 7600
Disable workaround, as it still makes server crash and hung clients are hidden from players anyway
Sat, 25 Aug 2012 13:06:28 -0400 Ensure crates can spawn just below the border on a bordered map.
nemo [Sat, 25 Aug 2012 13:06:28 -0400] rev 7599
Ensure crates can spawn just below the border on a bordered map.
Sat, 25 Aug 2012 09:17:42 -0400 let's see if mikade will still accept this at least
nemo [Sat, 25 Aug 2012 09:17:42 -0400] rev 7598
let's see if mikade will still accept this at least
Sat, 25 Aug 2012 08:39:52 -0400 make cheating a bit easier (mikade insisted). Also, try flipping dust for a bit more variety.
nemo [Sat, 25 Aug 2012 08:39:52 -0400] rev 7597
make cheating a bit easier (mikade insisted). Also, try flipping dust for a bit more variety.
Fri, 24 Aug 2012 20:43:44 -0400 oops
nemo [Fri, 24 Aug 2012 20:43:44 -0400] rev 7596
oops
Fri, 24 Aug 2012 19:55:43 -0400 Hey. How's this? It makes it harder to get stuck in the vertical rope position, prevents the wall trick, and also I think makes it easier to unglue a horizontal rope?
nemo [Fri, 24 Aug 2012 19:55:43 -0400] rev 7595
Hey. How's this? It makes it harder to get stuck in the vertical rope position, prevents the wall trick, and also I think makes it easier to unglue a horizontal rope?
Fri, 24 Aug 2012 18:51:29 -0400 fromdos + fix end of turn velocity
nemo [Fri, 24 Aug 2012 18:51:29 -0400] rev 7594
fromdos + fix end of turn velocity
Fri, 24 Aug 2012 14:51:12 +0400 An attempt to run main rope code only every 8th tick:
unc0rr [Fri, 24 Aug 2012 14:51:12 +0400] rev 7593
An attempt to run main rope code only every 8th tick: - A big win for inner loop which is O(n^2) and thus it takes 64 times less cpu now. - Look and feel is almost identical (well, to my non-pro view) - Yes, the speed is limited to 7 px per accounting tick which is potentially very bad to collisions - Ruin shoppa
Fri, 24 Aug 2012 14:01:07 +0400 Move rope code to separate unit
unc0rr [Fri, 24 Aug 2012 14:01:07 +0400] rev 7592
Move rope code to separate unit
Thu, 23 Aug 2012 20:43:39 -0400 Fix formatting, reduce border sensitivity
nemo [Thu, 23 Aug 2012 20:43:39 -0400] rev 7591
Fix formatting, reduce border sensitivity
Thu, 23 Aug 2012 19:47:38 +0200 Hedgeroid: Fixed map preview again (might be a JNA bug)
Medo <smaxein@googlemail.com> [Thu, 23 Aug 2012 19:47:38 +0200] rev 7590
Hedgeroid: Fixed map preview again (might be a JNA bug)
Thu, 23 Aug 2012 19:45:36 -0400 also needs exclusion here
nemo [Thu, 23 Aug 2012 19:45:36 -0400] rev 7589
also needs exclusion here
Thu, 23 Aug 2012 18:28:33 +0200 Hedgeroid improvements:
Medo <smaxein@googlemail.com> [Thu, 23 Aug 2012 18:28:33 +0200] rev 7588
Hedgeroid improvements: - Moved frontlib initialization to a slightly better place - Added new JNA type ByteArrayPtr to move more JNA code into the frontlib package and to improve pointer type safety
Thu, 23 Aug 2012 23:21:31 +0400 Don't leave frontend in engine waiting state when there's error occured on attempt to start engine
unc0rr [Thu, 23 Aug 2012 23:21:31 +0400] rev 7587
Don't leave frontend in engine waiting state when there's error occured on attempt to start engine
Wed, 22 Aug 2012 01:30:56 +0200 Hedgeroid: Some code cleanup, adding a forgotten file
Medo <smaxein@googlemail.com> [Wed, 22 Aug 2012 01:30:56 +0200] rev 7586
Hedgeroid: Some code cleanup, adding a forgotten file
Thu, 23 Aug 2012 23:18:06 +0400 Slightly faster and slightly better templates #41 and #43
unc0rr [Thu, 23 Aug 2012 23:18:06 +0400] rev 7585
Slightly faster and slightly better templates #41 and #43
Mon, 20 Aug 2012 21:05:57 +0200 License change: With the agreement of Xeli, I changed the Hedgeroid license to
Medo <smaxein@googlemail.com> [Mon, 20 Aug 2012 21:05:57 +0200] rev 7584
License change: With the agreement of Xeli, I changed the Hedgeroid license to GPLv2+ (from GPLv2).
Thu, 23 Aug 2012 14:16:08 -0400 drawn maps have a fixed 4096x2048 area right now
nemo [Thu, 23 Aug 2012 14:16:08 -0400] rev 7583
drawn maps have a fixed 4096x2048 area right now
Mon, 20 Aug 2012 20:19:35 +0200 Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com> [Mon, 20 Aug 2012 20:19:35 +0200] rev 7582
Hedgeroid: Final sprint to the deadline - Changed local game setup to use the new fragments from the netroom - Pulled team editing into the main activity menu / action bar - Cleanups, renames, anything to make the code look better ;)
Wed, 22 Aug 2012 22:10:47 -0400 move this section back to the connection code, and add an exclusion for air attack. probably should play a few portal games just in case
nemo [Wed, 22 Aug 2012 22:10:47 -0400] rev 7581
move this section back to the connection code, and add an exclusion for air attack. probably should play a few portal games just in case
Mon, 20 Aug 2012 20:16:37 +0200 frontlib: Improved documentation of netconn, unified naming of a callback
Medo <smaxein@googlemail.com> [Mon, 20 Aug 2012 20:16:37 +0200] rev 7580
frontlib: Improved documentation of netconn, unified naming of a callback
Wed, 22 Aug 2012 13:03:09 -0400 *sigh*
nemo [Wed, 22 Aug 2012 13:03:09 -0400] rev 7579
*sigh*
Mon, 20 Aug 2012 17:08:52 +0200 engine: Don't overwrite isTerminated if it's already true
Medo <smaxein@googlemail.com> [Mon, 20 Aug 2012 17:08:52 +0200] rev 7578
engine: Don't overwrite isTerminated if it's already true
Wed, 22 Aug 2012 12:35:46 -0400 initModule really not needed for uRandom
nemo [Wed, 22 Aug 2012 12:35:46 -0400] rev 7577
initModule really not needed for uRandom
Sun, 19 Aug 2012 15:05:23 +0200 Fix engine crashes on game end
Medo <smaxein@googlemail.com> [Sun, 19 Aug 2012 15:05:23 +0200] rev 7576
Fix engine crashes on game end - frontlib now waits until the engine actually disconnects - engine does not write round-end stats to stdout anymore on mobile (caused crash) - Removed HWTerminate function binding for android (not threadsafe, better send "eforcequit" over IPC for the same effect)
Wed, 22 Aug 2012 11:42:42 -0400 Burn a random number in the override. Make sure cirbuf is reset.
nemo [Wed, 22 Aug 2012 11:42:42 -0400] rev 7575
Burn a random number in the override. Make sure cirbuf is reset.
Sat, 18 Aug 2012 21:05:30 +0200 Merge
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 21:05:30 +0200] rev 7574
Merge
Tue, 21 Aug 2012 21:46:05 -0400 extra nil check for lua hog switch
nemo [Tue, 21 Aug 2012 21:46:05 -0400] rev 7573
extra nil check for lua hog switch
Sat, 18 Aug 2012 21:04:37 +0200 Hedgeroid: Don't change the template when clicking the map.
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 21:04:37 +0200] rev 7572
Hedgeroid: Don't change the template when clicking the map.
Wed, 22 Aug 2012 10:27:26 +0400 now really avoid
unc0rr [Wed, 22 Aug 2012 10:27:26 +0400] rev 7571
now really avoid
Sat, 18 Aug 2012 18:11:47 +0200 Hedgeroid: Increased assetsversion (d'oh)
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 18:11:47 +0200] rev 7570
Hedgeroid: Increased assetsversion (d'oh)
Tue, 21 Aug 2012 21:02:52 -0400 avoid overflow on templates
nemo [Tue, 21 Aug 2012 21:02:52 -0400] rev 7569
avoid overflow on templates
Sat, 18 Aug 2012 18:11:04 +0200 Hedgeroid:
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 18:11:04 +0200] rev 7568
Hedgeroid: - Updated assets - reworked team management in a room - lower engine quality (for now) - added focus/disable states for spinner and button graphics
Tue, 21 Aug 2012 19:40:02 -0400 allow lua to specify template by number
nemo [Tue, 21 Aug 2012 19:40:02 -0400] rev 7567
allow lua to specify template by number
Sat, 18 Aug 2012 18:08:37 +0200 frontlib: Return more filled-in team objects
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 18:08:37 +0200] rev 7566
frontlib: Return more filled-in team objects
Sun, 19 Aug 2012 22:13:41 +0400 merge
Stepan777 <stepik-777@mail.ru> [Sun, 19 Aug 2012 22:13:41 +0400] rev 7565
merge
Tue, 21 Aug 2012 13:26:26 +0400 Cancel shotgun shot if hedgehog is moved moved (by explosion)
unc0rr [Tue, 21 Aug 2012 13:26:26 +0400] rev 7564
Cancel shotgun shot if hedgehog is moved moved (by explosion)
Sat, 18 Aug 2012 13:45:00 +0200 engine: Fixed indentation regression
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 13:45:00 +0200] rev 7563
engine: Fixed indentation regression
Sat, 18 Aug 2012 18:58:41 -0400 koda changed the CMake flag w/o updating the wiki or INSTALL file :(
nemo [Sat, 18 Aug 2012 18:58:41 -0400] rev 7562
koda changed the CMake flag w/o updating the wiki or INSTALL file :(
Sat, 18 Aug 2012 13:40:21 +0200 Merge
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 13:40:21 +0200] rev 7561
Merge
Sat, 18 Aug 2012 13:39:24 +0200 Hedgeroid: Don't update the map preview just for a theme change
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 13:39:24 +0200] rev 7560
Hedgeroid: Don't update the map preview just for a theme change
Sat, 18 Aug 2012 15:01:27 -0400 oops
nemo [Sat, 18 Aug 2012 15:01:27 -0400] rev 7559
oops
Sat, 18 Aug 2012 13:39:05 +0200 Hedgeroid: Fixed JNA mapping of size_t
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 13:39:05 +0200] rev 7558
Hedgeroid: Fixed JNA mapping of size_t
Sat, 18 Aug 2012 18:48:34 +0200 fix the touchUI on android, ignore device dpi for now
Xeli [Sat, 18 Aug 2012 18:48:34 +0200] rev 7557
fix the touchUI on android, ignore device dpi for now
Sat, 18 Aug 2012 13:21:37 +0200 engine: Fixed sigsegv on android caused by modifying Template.FillPoints constants
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 13:21:37 +0200] rev 7556
engine: Fixed sigsegv on android caused by modifying Template.FillPoints constants
Sat, 18 Aug 2012 09:29:40 -0400 byte order
nemo [Sat, 18 Aug 2012 09:29:40 -0400] rev 7555
byte order
Sat, 18 Aug 2012 01:20:29 +0200 Hedgeroid: Fixed memory handling issues
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 01:20:29 +0200] rev 7554
Hedgeroid: Fixed memory handling issues
Sat, 18 Aug 2012 14:08:16 +0400 Simplify code a bit
unc0rr [Sat, 18 Aug 2012 14:08:16 +0400] rev 7553
Simplify code a bit
Sat, 18 Aug 2012 01:12:03 +0200 Hedgeroid: Fixed the restructuring-induced breakage
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 01:12:03 +0200] rev 7552
Hedgeroid: Fixed the restructuring-induced breakage
Sat, 18 Aug 2012 13:59:45 +0400 GoBack() here is not needed anymore
unc0rr [Sat, 18 Aug 2012 13:59:45 +0400] rev 7551
GoBack() here is not needed anymore
Sat, 18 Aug 2012 00:48:09 +0200 Merge
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 00:48:09 +0200] rev 7550
Merge
Sat, 18 Aug 2012 02:01:50 -0400 Avoid a bit of a memory spike on small maps
nemo [Sat, 18 Aug 2012 02:01:50 -0400] rev 7549
Avoid a bit of a memory spike on small maps
Fri, 17 Aug 2012 10:39:23 -0400 This one gets called a lot when drawing rotated sprites
nemo [Fri, 17 Aug 2012 10:39:23 -0400] rev 7548
This one gets called a lot when drawing rotated sprites
Fri, 17 Aug 2012 10:28:42 -0400 Consistency
nemo [Fri, 17 Aug 2012 10:28:42 -0400] rev 7547
Consistency
Fri, 17 Aug 2012 07:49:54 -0400 This union hasn't been needed for 5 years, and makes using other headers harder.
nemo [Fri, 17 Aug 2012 07:49:54 -0400] rev 7546
This union hasn't been needed for 5 years, and makes using other headers harder.
Thu, 16 Aug 2012 21:58:57 +0400 Forgot this state
unc0rr [Thu, 16 Aug 2012 21:58:57 +0400] rev 7545
Forgot this state
Sun, 12 Aug 2012 23:05:15 +0400 minor changes in list of codecs
Stepan777 <stepik-777@mail.ru> [Sun, 12 Aug 2012 23:05:15 +0400] rev 7544
minor changes in list of codecs
Wed, 15 Aug 2012 16:54:49 -0400 Poor visual gear value in theme now bears little resemblance to the number of gears actually spawned. But, it certainly shouldn't be related to LAND_WIDTH.
nemo [Wed, 15 Aug 2012 16:54:49 -0400] rev 7543
Poor visual gear value in theme now bears little resemblance to the number of gears actually spawned. But, it certainly shouldn't be related to LAND_WIDTH.
Sun, 12 Aug 2012 03:35:18 +0400 Insert license in avwrapper.c
Stepan777 <stepik-777@mail.ru> [Sun, 12 Aug 2012 03:35:18 +0400] rev 7542
Insert license in avwrapper.c
Wed, 15 Aug 2012 23:30:23 +0400 Allow customization of colors in ui, store custom colors in config
unc0rr [Wed, 15 Aug 2012 23:30:23 +0400] rev 7541
Allow customization of colors in ui, store custom colors in config
Sat, 11 Aug 2012 21:25:57 +0400 cmake scripts
Stepan777 <stepik-777@mail.ru> [Sat, 11 Aug 2012 21:25:57 +0400] rev 7540
cmake scripts
Wed, 15 Aug 2012 16:25:24 +0400 Check if hedgehog is still active instead
unc0rr [Wed, 15 Aug 2012 16:25:24 +0400] rev 7539
Check if hedgehog is still active instead
Fri, 10 Aug 2012 17:35:48 +0400 better cmake script
Stepan777 <stepik-777@mail.ru> [Fri, 10 Aug 2012 17:35:48 +0400] rev 7538
better cmake script
Mon, 13 Aug 2012 23:17:09 +0400 Room bans. They're more simple, than the global ones: if you ban someone, he is banned by ip in this room for the rest of the room lifetime. Not tested.
unc0rr [Mon, 13 Aug 2012 23:17:09 +0400] rev 7537
Room bans. They're more simple, than the global ones: if you ban someone, he is banned by ip in this room for the rest of the room lifetime. Not tested.
Fri, 10 Aug 2012 17:25:22 +0400 merge
Stepan777 <stepik-777@mail.ru> [Fri, 10 Aug 2012 17:25:22 +0400] rev 7536
merge
Mon, 13 Aug 2012 23:04:42 +0400 Allow JOINED message in lobby
unc0rr [Mon, 13 Aug 2012 23:04:42 +0400] rev 7535
Allow JOINED message in lobby
Thu, 09 Aug 2012 19:52:21 +0400 fix FindFFMPEG
Stepan777 <stepik-777@mail.ru> [Thu, 09 Aug 2012 19:52:21 +0400] rev 7534
fix FindFFMPEG
Thu, 30 Aug 2012 12:47:41 -0400 I shouldn'tve tracked this really, I should have just rejected that part of the transplant
nemo [Thu, 30 Aug 2012 12:47:41 -0400] rev 7533
I shouldn'tve tracked this really, I should have just rejected that part of the transplant
Mon, 13 Aug 2012 21:07:28 +0400 Simplified Chinese Translation update
Jie Luo <lililjlj@gmail.com> [Mon, 13 Aug 2012 21:07:28 +0400] rev 7532
Simplified Chinese Translation update
Thu, 09 Aug 2012 03:00:24 +0400 improve html links + small bugfixes
Stepan777 <stepik-777@mail.ru> [Thu, 09 Aug 2012 03:00:24 +0400] rev 7531
improve html links + small bugfixes
Thu, 30 Aug 2012 12:46:57 -0400 Final checkpoint w/ campaign.
nemo [Thu, 30 Aug 2012 12:46:57 -0400] rev 7530
Final checkpoint w/ campaign.
Thu, 09 Aug 2012 19:35:52 +0400 Check if 'for' cycle body is executed at least once
unc0rr [Thu, 09 Aug 2012 19:35:52 +0400] rev 7529
Check if 'for' cycle body is executed at least once
Thu, 09 Aug 2012 01:24:38 +0400 FindFFMPEG.cmake (used only for frontend for now).
Stepan777 <stepik-777@mail.ru> [Thu, 09 Aug 2012 01:24:38 +0400] rev 7528
FindFFMPEG.cmake (used only for frontend for now). +fix for linux (older version of Qt)
Sun, 26 Aug 2012 01:31:38 +0300 All missions: switched blood needers with meatbags in dialogues
belphegorr <szabibibi@gmail.com> [Sun, 26 Aug 2012 01:31:38 +0300] rev 7527
All missions: switched blood needers with meatbags in dialogues
Thu, 09 Aug 2012 15:32:49 +0400 Don't accept room messages when not in room state. Not tested even if it builds.
unc0rr [Thu, 09 Aug 2012 15:32:49 +0400] rev 7526
Don't accept room messages when not in room state. Not tested even if it builds.
Thu, 09 Aug 2012 01:01:06 +0400 merge
Stepan777 <stepik-777@mail.ru> [Thu, 09 Aug 2012 01:01:06 +0400] rev 7525
merge
Sun, 26 Aug 2012 01:22:55 +0300 Mission 3: Added initial FirePunch
belphegorr <szabibibi@gmail.com> [Sun, 26 Aug 2012 01:22:55 +0300] rev 7524
Mission 3: Added initial FirePunch
Wed, 08 Aug 2012 20:32:27 -0400 When exiting a room where one was host, server sends a REMOVE_TEAM for the local team. It appears that this loop would not break in that case. Add a log message and a break. (I've hit a frozen frontend twice now)
nemo [Wed, 08 Aug 2012 20:32:27 -0400] rev 7523
When exiting a room where one was host, server sends a REMOVE_TEAM for the local team. It appears that this loop would not break in that case. Add a log message and a break. (I've hit a frozen frontend twice now)
Sun, 26 Aug 2012 01:21:59 +0300 Mission 2: fixed ammo menu bug
belphegorr <szabibibi@gmail.com> [Sun, 26 Aug 2012 01:21:59 +0300] rev 7522
Mission 2: fixed ammo menu bug
Wed, 08 Aug 2012 22:08:23 +0400 Keep room till last player quits
unc0rr [Wed, 08 Aug 2012 22:08:23 +0400] rev 7521
Keep room till last player quits
Sun, 26 Aug 2012 01:19:43 +0300 Mission 7: increased distance between Leaks and the princess, fixed EmitDenseClouds typo
belphegorr <szabibibi@gmail.com> [Sun, 26 Aug 2012 01:19:43 +0300] rev 7520
Mission 7: increased distance between Leaks and the princess, fixed EmitDenseClouds typo
Wed, 08 Aug 2012 11:07:59 -0400 er. more like this.
nemo [Wed, 08 Aug 2012 11:07:59 -0400] rev 7519
er. more like this.
Sun, 26 Aug 2012 01:18:35 +0300 Mission 5: fixed a few bugs that came with the update (ammo menu bug and initial gear elimination bug)
belphegorr <szabibibi@gmail.com> [Sun, 26 Aug 2012 01:18:35 +0300] rev 7518
Mission 5: fixed a few bugs that came with the update (ammo menu bug and initial gear elimination bug)
Wed, 08 Aug 2012 10:26:10 -0400 Allow scripting to delete gears
nemo [Wed, 08 Aug 2012 10:26:10 -0400] rev 7517
Allow scripting to delete gears
Sat, 25 Aug 2012 23:25:18 +0300 Changed a line in Mission 2 dialogue...
belphegorr <szabibibi@gmail.com> [Sat, 25 Aug 2012 23:25:18 +0300] rev 7516
Changed a line in Mission 2 dialogue...
Tue, 07 Aug 2012 13:21:15 -0400 oops
nemo [Tue, 07 Aug 2012 13:21:15 -0400] rev 7515
oops
Sat, 25 Aug 2012 23:20:40 +0300 Fixed crashes in mission 3 after RestoreHog
belphegorr <szabibibi@gmail.com> [Sat, 25 Aug 2012 23:20:40 +0300] rev 7514
Fixed crashes in mission 3 after RestoreHog
Tue, 07 Aug 2012 21:18:33 +0400 Keep inlining
unc0rr [Tue, 07 Aug 2012 21:18:33 +0400] rev 7513
Keep inlining
Wed, 22 Aug 2012 19:13:13 +0300 Modified missions to be compatible with the merge
belphegorr <szabibibi@gmail.com> [Wed, 22 Aug 2012 19:13:13 +0300] rev 7512
Modified missions to be compatible with the merge Removed empty functions
Mon, 06 Aug 2012 23:30:58 +0400 More mess in pas2c:
unc0rr [Mon, 06 Aug 2012 23:30:58 +0400] rev 7511
More mess in pas2c: - Store rendered type declaration of identifier - Convert 'for' cycles properly (well, not sure, but I tried :P) into 'do .. while()'
Sun, 19 Aug 2012 23:26:12 +0300 Mission 3: Modified onPrecise (added out-commented debug code)
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 23:26:12 +0300] rev 7510
Mission 3: Modified onPrecise (added out-commented debug code)
Mon, 06 Aug 2012 10:18:57 -0400 revert 3188794b9d87. does not do what I'd like.
nemo [Mon, 06 Aug 2012 10:18:57 -0400] rev 7509
revert 3188794b9d87. does not do what I'd like.
Sat, 18 Aug 2012 00:47:51 +0200 Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 00:47:51 +0200] rev 7508
Hedgeroid: Frantic scrabbling toward the deadline - Added activities for weapon/scheme editors (unfinished) - Completed tablet version of netroom activity - Added map preview - Fixed default team files having the wrong names - Restructuring - Updated frontlib JNA bindings to respect the latest frontlib changes
Mon, 06 Aug 2012 00:44:32 +0400 improve video uploading
Stepan777 <stepik-777@mail.ru> [Mon, 06 Aug 2012 00:44:32 +0400] rev 7507
improve video uploading
Sun, 19 Aug 2012 23:20:43 +0300 Mission 3: reduced enemy turn time, fixed other HideHog problems
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 23:20:43 +0300] rev 7506
Mission 3: reduced enemy turn time, fixed other HideHog problems
Sun, 05 Aug 2012 20:18:16 -0400 oops
nemo [Sun, 05 Aug 2012 20:18:16 -0400] rev 7505
oops
Sat, 18 Aug 2012 00:22:33 +0200 frontlib: Moved mapname sending to the end of flib_netconn_send_map
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 00:22:33 +0200] rev 7504
frontlib: Moved mapname sending to the end of flib_netconn_send_map
Mon, 06 Aug 2012 00:40:26 +0400 merge
Stepan777 <stepik-777@mail.ru> [Mon, 06 Aug 2012 00:40:26 +0400] rev 7503
merge
Sun, 19 Aug 2012 23:05:41 +0300 Solved issues with HideHog in mission 2 and 3
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 23:05:41 +0300] rev 7502
Solved issues with HideHog in mission 2 and 3
Sun, 05 Aug 2012 19:38:16 -0400 no cake for youuuuu
nemo [Sun, 05 Aug 2012 19:38:16 -0400] rev 7501
no cake for youuuuu
Sat, 18 Aug 2012 00:18:43 +0200 engine: Added JNI-compatible function to start map generation
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 00:18:43 +0200] rev 7500
engine: Added JNI-compatible function to start map generation
Sun, 19 Aug 2012 22:38:20 +0300 Modified AddAmmo()-s in consideration of gfPerHogAmmo in mission 2
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 22:38:20 +0300] rev 7499
Modified AddAmmo()-s in consideration of gfPerHogAmmo in mission 2
Sun, 05 Aug 2012 23:03:49 +0400 Introduce 'a' and 'u' client flags to mark admins and authenticated users
unc0rr [Sun, 05 Aug 2012 23:03:49 +0400] rev 7498
Introduce 'a' and 'u' client flags to mark admins and authenticated users
Wed, 15 Aug 2012 23:40:10 +0200 frontlib:
Medo <smaxein@googlemail.com> [Wed, 15 Aug 2012 23:40:10 +0200] rev 7497
frontlib: - Removed metascheme-reading and made metascheme a constant instead - Removed reference counting in favor of copying (less confusion about ownership)
Sun, 19 Aug 2012 17:11:38 +0300 Removed debug code.
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 17:11:38 +0300] rev 7496
Removed debug code.
Sun, 05 Aug 2012 15:00:59 -0400 Add bot level to CPU flag
nemo [Sun, 05 Aug 2012 15:00:59 -0400] rev 7495
Add bot level to CPU flag
Sun, 12 Aug 2012 23:51:36 +0200 frontlib/Hedgeroid: Modified frontlib build in Hedgeroid so it works without having to copy the source dir.
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 23:51:36 +0200] rev 7494
frontlib/Hedgeroid: Modified frontlib build in Hedgeroid so it works without having to copy the source dir.
Sun, 19 Aug 2012 17:08:34 +0300 Mission 7: Added a visual gear to mark height, changed ShowMission to be more precise.
belphegorr <szabibibi@gmail.com> [Sun, 19 Aug 2012 17:08:34 +0300] rev 7493
Mission 7: Added a visual gear to mark height, changed ShowMission to be more precise.
Sat, 04 Aug 2012 22:51:41 -0400 Perf opt for the c conversion. Use downto instead to avoid repeated function calls in the loop
nemo [Sat, 04 Aug 2012 22:51:41 -0400] rev 7492
Perf opt for the c conversion. Use downto instead to avoid repeated function calls in the loop
Sun, 12 Aug 2012 23:20:34 +0200 Hedgeroid: fix wrong filenames due to windows not treating files case sensitive
Medo <smaxein@googlemail.com> [Sun, 12 Aug 2012 23:20:34 +0200] rev 7491
Hedgeroid: fix wrong filenames due to windows not treating files case sensitive
(0) -3000 -1000 -120 +120 +1000 +3000 tip