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.
nemo [Fri, 24 Aug 2012 20:43:44 -0400] rev 7596
oops
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?
nemo [Fri, 24 Aug 2012 18:51:29 -0400] rev 7594
fromdos + fix end of turn velocity
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
unc0rr [Fri, 24 Aug 2012 14:01:07 +0400] rev 7592
Move rope code to separate unit
nemo [Thu, 23 Aug 2012 20:43:39 -0400] rev 7591
Fix formatting, reduce border sensitivity
Medo <smaxein@googlemail.com> [Thu, 23 Aug 2012 19:47:38 +0200] rev 7590
Hedgeroid: Fixed map preview again (might be a JNA bug)
nemo [Thu, 23 Aug 2012 19:45:36 -0400] rev 7589
also needs exclusion here
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
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
Medo <smaxein@googlemail.com> [Wed, 22 Aug 2012 01:30:56 +0200] rev 7586
Hedgeroid: Some code cleanup, adding a forgotten file
unc0rr [Thu, 23 Aug 2012 23:18:06 +0400] rev 7585
Slightly faster and slightly better templates #41 and #43
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).
nemo [Thu, 23 Aug 2012 14:16:08 -0400] rev 7583
drawn maps have a fixed 4096x2048 area right now
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 ;)
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
Medo <smaxein@googlemail.com> [Mon, 20 Aug 2012 20:16:37 +0200] rev 7580
frontlib: Improved documentation of netconn, unified naming of a callback
nemo [Wed, 22 Aug 2012 13:03:09 -0400] rev 7579
*sigh*
Medo <smaxein@googlemail.com> [Mon, 20 Aug 2012 17:08:52 +0200] rev 7578
engine: Don't overwrite isTerminated if it's already true
nemo [Wed, 22 Aug 2012 12:35:46 -0400] rev 7577
initModule really not needed for uRandom
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)
nemo [Wed, 22 Aug 2012 11:42:42 -0400] rev 7575
Burn a random number in the override. Make sure cirbuf is reset.
Medo <smaxein@googlemail.com> [Sat, 18 Aug 2012 21:05:30 +0200] rev 7574
Merge