Fri, 25 Mar 2016 15:52:49 +0100 fix check for wrong value
sheepluva [Fri, 25 Mar 2016 15:52:49 +0100] rev 11617
fix check for wrong value
Fri, 25 Mar 2016 15:40:44 +0300 racer map #20
unC0Rr [Fri, 25 Mar 2016 15:40:44 +0300] rev 11616
racer map #20
Thu, 24 Mar 2016 14:40:59 +0300 Achievement for ClimbHome
unC0Rr [Thu, 24 Mar 2016 14:40:59 +0300] rev 11615
Achievement for ClimbHome
Tue, 22 Mar 2016 11:59:31 -0400 Add an additional compatibility layer for video
koda [Tue, 22 Mar 2016 11:59:31 -0400] rev 11614
Add an additional compatibility layer for video
Tue, 22 Mar 2016 12:09:26 +0300 Fix typo
unC0Rr [Tue, 22 Mar 2016 12:09:26 +0300] rev 11613
Fix typo
Sun, 20 Mar 2016 03:08:51 -0400 Move pixel format conversion from uVideoRec to AVWrapper
koda [Sun, 20 Mar 2016 03:08:51 -0400] rev 11612
Move pixel format conversion from uVideoRec to AVWrapper This has several benefits, being in C-land allows us to better use libav API and avoid mixing memory allocated from Pascal. Also the C code for the conversion loop generated by GCC or Clang is probably more optimized than by Freepascal. Finally it will simplify code in the future if we are going to enable any other pixel format than yuv420p. Change the coefficients to improve color accuracy during conversion.
Sun, 20 Mar 2016 01:16:11 -0400 Fix bundle already present check
koda [Sun, 20 Mar 2016 01:16:11 -0400] rev 11611
Fix bundle already present check
Sun, 20 Mar 2016 00:58:30 -0400 Add FindOggVorbis to make sure all paths are set
koda [Sun, 20 Mar 2016 00:58:30 -0400] rev 11610
Add FindOggVorbis to make sure all paths are set
Sun, 20 Mar 2016 00:57:44 -0400 Update osx bundle creation with SDL2 library names
koda [Sun, 20 Mar 2016 00:57:44 -0400] rev 11609
Update osx bundle creation with SDL2 library names
Fri, 18 Mar 2016 13:27:30 -0400 copypasta to make AI use vampirism too
nemo [Fri, 18 Mar 2016 13:27:30 -0400] rev 11608
copypasta to make AI use vampirism too
Tue, 15 Mar 2016 22:29:40 +0300 logging via physfs qmlfrontend
unc0rr [Tue, 15 Mar 2016 22:29:40 +0300] rev 11607
logging via physfs
Mon, 14 Mar 2016 22:08:27 +0300 Merge default qmlfrontend
unc0rr [Mon, 14 Mar 2016 22:08:27 +0300] rev 11606
Merge default
Mon, 14 Mar 2016 22:04:39 +0300 Do not check games lasting for more than 3 hours
unc0rr [Mon, 14 Mar 2016 22:04:39 +0300] rev 11605
Do not check games lasting for more than 3 hours
Mon, 14 Mar 2016 14:38:23 +0100 german translation: fix error due to confusion of plural "you" with singular "you"
sheepluva [Mon, 14 Mar 2016 14:38:23 +0100] rev 11604
german translation: fix error due to confusion of plural "you" with singular "you"
Mon, 16 Nov 2015 18:28:10 +0100 avwrapper: Explicitly check for macro existence 0.9.22
koda [Mon, 16 Nov 2015 18:28:10 +0100] rev 11603
avwrapper: Explicitly check for macro existence
Sat, 07 Nov 2015 15:07:33 +0100 videorec: Drop setting x264 preset 0.9.22
koda [Sat, 07 Nov 2015 15:07:33 +0100] rev 11602
videorec: Drop setting x264 preset It is the default one anyway.
Mon, 16 Nov 2015 13:59:04 +0100 avwrapper: Adjust prefixed symobols version guard 0.9.22
koda [Mon, 16 Nov 2015 13:59:04 +0100] rev 11601
avwrapper: Adjust prefixed symobols version guard
Thu, 12 Nov 2015 02:41:40 +0100 libavinteraction: Adjust version guard for av_codec_is_encoder() 0.9.22
Vittorio Giovara <vittorio.giovara@gmail.com> [Thu, 12 Nov 2015 02:41:40 +0100] rev 11600
libavinteraction: Adjust version guard for av_codec_is_encoder()
Tue, 10 Nov 2015 13:53:40 +0100 videorec: Drop a commented out option 0.9.22
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:40 +0100] rev 11599
videorec: Drop a commented out option
Tue, 10 Nov 2015 13:53:16 +0100 videorec: Use future API for raw video encoding 0.9.22
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:16 +0100] rev 11598
videorec: Use future API for raw video encoding
Tue, 10 Nov 2015 13:53:15 +0100 videorec: Appropriately rescale timestamps and duration 0.9.22
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:15 +0100] rev 11597
videorec: Appropriately rescale timestamps and duration Applies to both audio and video for them to be in sync.
Tue, 10 Nov 2015 13:53:14 +0100 videorec: Always initialize audio and video time bases 0.9.22
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:14 +0100] rev 11596
videorec: Always initialize audio and video time bases In both context and stream.
Tue, 10 Nov 2015 13:53:13 +0100 videorec: Fully set frame properties 0.9.22
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:13 +0100] rev 11595
videorec: Fully set frame properties
Tue, 10 Nov 2015 13:53:12 +0100 videorec: Fix flushing encoders 0.9.22
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:12 +0100] rev 11594
videorec: Fix flushing encoders When passing NULL frames, encoders empty their queues, but we have to stop polling from them when they don't any more data.
Tue, 10 Nov 2015 13:53:10 +0100 videorec: Make sure the audio packet is considered empty 0.9.22
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:10 +0100] rev 11593
videorec: Make sure the audio packet is considered empty
Sat, 05 Mar 2016 21:04:06 +0100 [BUG 1] - Fixed simultaneous pressing of two arrow buttons on mobile
antonc27 <antonc27@mail.ru> [Sat, 05 Mar 2016 21:04:06 +0100] rev 11592
[bug #1] - Fixed simultaneous pressing of two arrow buttons on mobile
Sat, 05 Mar 2016 16:46:04 +0300 Fix TechRacer not recoding finish if time was >= 100s by raising this limit ten times.
unc0rr [Sat, 05 Mar 2016 16:46:04 +0300] rev 11591
Fix TechRacer not recoding finish if time was >= 100s by raising this limit ten times.
Fri, 04 Mar 2016 10:37:42 +0100 fix pas2c breakage caused by recent changes in uLandGraphics
sheepluva [Fri, 04 Mar 2016 10:37:42 +0100] rev 11590
fix pas2c breakage caused by recent changes in uLandGraphics
Thu, 03 Mar 2016 16:36:05 -0500 Break up the hog/object collision. Currently is $7F, allowing 128 overlapping objects accurately. Breaking it up into 15 for hogs, 7 for other objects. I'm thinking the overall accuracy should be just fine as far as people noticing even with a ton of overlapping hogs, and this way we can tell the difference between a hog and "something else". For experiment and rope-breaking purposes, make rope pass through hogs.
nemo [Thu, 03 Mar 2016 16:36:05 -0500] rev 11589
Break up the hog/object collision. Currently is $7F, allowing 128 overlapping objects accurately. Breaking it up into 15 for hogs, 7 for other objects. I'm thinking the overall accuracy should be just fine as far as people noticing even with a ton of overlapping hogs, and this way we can tell the difference between a hog and "something else". For experiment and rope-breaking purposes, make rope pass through hogs.
Thu, 03 Mar 2016 15:41:53 -0500 fix and/or screwup that was causing girders in tunnels to erase the tunnel. also a little bit of indentation/case fixing
nemo [Thu, 03 Mar 2016 15:41:53 -0500] rev 11588
fix and/or screwup that was causing girders in tunnels to erase the tunnel. also a little bit of indentation/case fixing
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip