sheepluva [Fri, 25 Mar 2016 15:52:49 +0100] rev 11622
fix check for wrong value
unC0Rr [Fri, 25 Mar 2016 15:40:44 +0300] rev 11621
racer map #20
unC0Rr [Thu, 24 Mar 2016 14:40:59 +0300] rev 11620
Achievement for ClimbHome
koda [Tue, 22 Mar 2016 11:59:31 -0400] rev 11619
Add an additional compatibility layer for video
unC0Rr [Tue, 22 Mar 2016 12:09:26 +0300] rev 11618
Fix typo
koda [Sun, 20 Mar 2016 03:08:51 -0400] rev 11617
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.
koda [Sun, 20 Mar 2016 01:16:11 -0400] rev 11616
Fix bundle already present check
koda [Sun, 20 Mar 2016 00:58:30 -0400] rev 11615
Add FindOggVorbis to make sure all paths are set
koda [Sun, 20 Mar 2016 00:57:44 -0400] rev 11614
Update osx bundle creation with SDL2 library names
nemo [Fri, 18 Mar 2016 13:27:30 -0400] rev 11613
copypasta to make AI use vampirism too
unc0rr [Tue, 15 Mar 2016 22:29:40 +0300] rev 11612
logging via physfs
unc0rr [Mon, 14 Mar 2016 22:08:27 +0300] rev 11611
Merge default
unc0rr [Mon, 14 Mar 2016 22:04:39 +0300] rev 11610
Do not check games lasting for more than 3 hours
sheepluva [Mon, 14 Mar 2016 14:38:23 +0100] rev 11609
german translation: fix error due to confusion of plural "you" with singular "you"
koda [Mon, 16 Nov 2015 18:28:10 +0100] rev 11608
avwrapper: Explicitly check for macro existence
koda [Sat, 07 Nov 2015 15:07:33 +0100] rev 11607
videorec: Drop setting x264 preset
It is the default one anyway.
koda [Mon, 16 Nov 2015 13:59:04 +0100] rev 11606
avwrapper: Adjust prefixed symobols version guard
Vittorio Giovara <vittorio.giovara@gmail.com> [Thu, 12 Nov 2015 02:41:40 +0100] rev 11605
libavinteraction: Adjust version guard for av_codec_is_encoder()
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:40 +0100] rev 11604
videorec: Drop a commented out option
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:16 +0100] rev 11603
videorec: Use future API for raw video encoding
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:15 +0100] rev 11602
videorec: Appropriately rescale timestamps and duration
Applies to both audio and video for them to be in sync.
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:14 +0100] rev 11601
videorec: Always initialize audio and video time bases
In both context and stream.
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:13 +0100] rev 11600
videorec: Fully set frame properties
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:12 +0100] rev 11599
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.
Vittorio Giovara <vittorio.giovara@gmail.com> [Tue, 10 Nov 2015 13:53:10 +0100] rev 11598
videorec: Make sure the audio packet is considered empty
antonc27 <antonc27@mail.ru> [Sat, 05 Mar 2016 21:04:06 +0100] rev 11597
[
bug #1] - Fixed simultaneous pressing of two arrow buttons on mobile
unc0rr [Sat, 05 Mar 2016 16:46:04 +0300] rev 11596
Fix TechRacer not recoding finish if time was >= 100s by raising this limit ten times.
sheepluva [Fri, 04 Mar 2016 10:37:42 +0100] rev 11595
fix pas2c breakage caused by recent changes in uLandGraphics
nemo [Thu, 03 Mar 2016 16:36:05 -0500] rev 11594
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 15:41:53 -0500] rev 11593
fix and/or screwup that was causing girders in tunnels to erase the tunnel. also a little bit of indentation/case fixing
antonc27 <antonc27@mail.ru> [Tue, 01 Mar 2016 14:46:13 +0100] rev 11592
- Enable CI builds with travis for hw iOS
unC0Rr [Tue, 01 Mar 2016 12:37:42 +0300] rev 11591
Don't see a good reason for it to be here
unc0rr [Tue, 01 Mar 2016 08:32:46 +0300] rev 11590
Don't dump ghost points if map isn't detected
antonc27 <antonc27@mail.ru> [Tue, 01 Mar 2016 00:41:38 +0100] rev 11589
- Enable scheme sharing for Xcode project, this required for travis builds
unC0Rr [Mon, 29 Feb 2016 14:41:52 +0300] rev 11588
Syntax fix
unC0Rr [Mon, 29 Feb 2016 14:36:44 +0300] rev 11587
Fix wp issue, hopefully
unc0rr [Sun, 28 Feb 2016 00:00:46 +0300] rev 11586
- Fix room config being sent unmodified
- Fix server ghost color
unc0rr [Sat, 27 Feb 2016 20:56:49 +0300] rev 11585
Fix build
unc0rr [Sat, 27 Feb 2016 18:15:53 +0300] rev 11584
Don't compare time value with itself
unc0rr [Sat, 27 Feb 2016 18:02:24 +0300] rev 11583
Recognize ghost points in checker
unc0rr [Sat, 27 Feb 2016 09:44:13 +0300] rev 11582
Finish implementation of ghost points served from server, not tested
BaptisteOrieux [Fri, 26 Feb 2016 14:11:16 -0500] rev 11581
updated french lua translation
unc0rr [Thu, 25 Feb 2016 23:17:52 +0300] rev 11580
More work on best time ghost feature
Vittorio Giovara <vittorio.giovara@gmail.com> [Wed, 11 Nov 2015 18:40:52 +0100] rev 11579
cmake: Set OLD for policy 26
We need to get target location because of our bundled dependencies.
unc0rr [Wed, 24 Feb 2016 22:37:03 +0300] rev 11578
Recognize ghost points in db interaction tool (no storing yet)
antonc27 <antonc27@mail.ru> [Wed, 24 Feb 2016 00:33:10 +0100] rev 11577
- Campaign for iOS: Finally can launch campaign's mission game from list!
TODO: Customize UI
TODO: Track user progress
TODO: Localization
TODO: Refactoring
TODO: Get some sleep ^_
antonc27 <antonc27@mail.ru> [Wed, 24 Feb 2016 00:10:12 +0100] rev 11576
- Small refactoring for seed command
antonc27 <antonc27@mail.ru> [Tue, 23 Feb 2016 23:29:06 +0100] rev 11575
- Campaign for iOS: Fill campaign page with parsed missions from campaign.ini
unc0rr [Tue, 23 Feb 2016 13:45:49 +0300] rev 11574
Dump best time ghost on console
antonc27 <antonc27@mail.ru> [Tue, 23 Feb 2016 00:41:18 +0100] rev 11573
- Campaign for iOS: Don't forget to add last parsed section in ini file
antonc27 <antonc27@mail.ru> [Tue, 23 Feb 2016 00:29:46 +0100] rev 11572
- Campaign for iOS: Reinventing wheel for campaign.ini parsing
koda [Mon, 22 Feb 2016 15:56:32 -0500] rev 11571
Use secure HTTP for Sparkle appcast URL
koda [Mon, 22 Feb 2016 16:01:29 -0500] rev 11570
Info.plist: Set less important URLs to https
koda [Mon, 22 Feb 2016 15:56:32 -0500] rev 11569
Use secure HTTP for Sparkle appcast URL
unc0rr [Mon, 22 Feb 2016 23:49:54 +0300] rev 11568
Treat #99 point type as a ghost trace
antonc27 <antonc27@mail.ru> [Mon, 22 Feb 2016 21:38:23 +0100] rev 11567
- Campaign for iOS: Stub for CampaignViewController
nemo [Mon, 22 Feb 2016 10:24:00 -0500] rev 11566
remove unused path functions
antonc27 <antonc27@mail.ru> [Sun, 21 Feb 2016 23:12:12 +0100] rev 11565
- Campaign for iOS: Simply retrieve list of campaigns
antonc27 <antonc27@mail.ru> [Sun, 21 Feb 2016 22:21:59 +0100] rev 11564
- Campaign for iOS: Stub for list of campaigns
antonc27 <antonc27@mail.ru> [Sun, 21 Feb 2016 20:20:40 +0100] rev 11563
- Campaign for iOS: Added 'Campaign' button on MainMenu screen