Benau
|
6ef70e2e7c
|
Use message queue to inform users about recording status
|
2017-03-22 09:02:21 +08:00 |
|
Benau
|
2b9a84253a
|
Make MessageQueue thread-safe
|
2017-03-22 08:40:58 +08:00 |
|
Benau
|
668b28f632
|
Allow to config whether to limit game framerate with recordings
|
2017-03-22 07:43:00 +08:00 |
|
Benau
|
196b2b722c
|
Fix mac build
|
2017-03-22 07:42:48 +08:00 |
|
Benau
|
f58cf2d9cc
|
Better handling with thread
|
2017-03-22 00:39:24 +08:00 |
|
Benau
|
3ed52e26d0
|
Call createFile only in AVIWriter thread
|
2017-03-21 16:16:10 +08:00 |
|
Benau
|
e2482e602c
|
Don't use irrlicht image
|
2017-03-21 14:35:20 +08:00 |
|
Benau
|
449d63c0d8
|
Save record option in user config
|
2017-03-21 13:08:08 +08:00 |
|
Benau
|
547d28a9e4
|
Use jpeg-turbo library in msvc
|
2017-03-21 09:17:39 +08:00 |
|
Benau
|
3087a7c856
|
Don't call malloc for each frame
|
2017-03-21 01:09:20 +08:00 |
|
Benau
|
78dcabb143
|
Try to maintain a better synchronization with game framerate
|
2017-03-20 16:16:26 +08:00 |
|
Benau
|
88cbcd202c
|
Don't enable AVIWriter if PBO is not usable
|
2017-03-18 16:06:38 +08:00 |
|
Benau
|
8259026ac1
|
Make AVIWriter threaded and get pixel with 3 async PBOs
Also try to record at a fixed 24fps
|
2017-03-18 15:50:18 +08:00 |
|
Benau
|
d3d7c95b4d
|
Fix msvc build
|
2017-03-17 17:19:46 +08:00 |
|
Benau
|
65da13fc52
|
Merge remote-tracking branch 'origin/threaded_tex_loader' into avi_writer
|
2017-03-17 16:31:32 +08:00 |
|
Benau
|
09e2f96ba8
|
Remove libpng's png_set_gamma
Stragus suggested:
It will degrade quality by converting from true sRGB to ^2.2 and
then rounding the values back on 8 bits
|
2017-03-17 13:19:56 +08:00 |
|
Benau
|
41844de6a5
|
Apply real fix from Stragus for normal map
|
2017-03-17 13:08:08 +08:00 |
|
Benau
|
e1a563612f
|
Avoid calling gamma correction on non-srgb png
|
2017-03-17 10:15:06 +08:00 |
|
Benau
|
40a94b5562
|
First try to use Stragus's normal map filter on normal map texture
|
2017-03-17 09:57:45 +08:00 |
|
Benau
|
de3c9d7411
|
Allow to preserve more texture config
|
2017-03-16 16:20:05 +08:00 |
|
Benau
|
0f218cff32
|
Allow re-create ThreadedTexLoader with suitable capacity
|
2017-03-16 13:15:33 +08:00 |
|
Benau
|
feb66664f4
|
Don't build graphics utils if server only or gles
|
2017-03-16 11:29:16 +08:00 |
|
Benau
|
ce76abf4fe
|
Merge remote-tracking branch 'origin/master' into hq_mipmap_generator
|
2017-03-16 11:23:27 +08:00 |
|
Benau
|
ce426d82cc
|
Move loadSfx to the SFXManager thread
|
2017-03-16 11:01:46 +08:00 |
|
Benau
|
e0fcf7c613
|
Fix build for real
|
2017-03-16 10:52:12 +08:00 |
|
Benau
|
9025948ced
|
Fix build
|
2017-03-16 10:18:31 +08:00 |
|
Benau
|
b112b124f2
|
Fix build
|
2017-03-16 10:02:51 +08:00 |
|
Benau
|
d55b513ca8
|
Try to fix clang build
|
2017-03-16 09:51:09 +08:00 |
|
Benau
|
1ba3fce7b8
|
Get rid of STK::Tuple
|
2017-03-16 09:16:06 +08:00 |
|
Benau
|
cc2c2c6f33
|
Remove the usage of openmp in stk, see #2810
|
2017-03-16 08:42:53 +08:00 |
|
Benau
|
0f1e0f8f4d
|
Merge remote-tracking branch 'origin/optimisations'
|
2017-03-16 08:29:05 +08:00 |
|
Benau
|
02c8c87d5d
|
Remix all image quality options
|
2017-03-16 01:04:53 +08:00 |
|
Benau
|
1a0034bb9e
|
Apply fix from stragus
|
2017-03-15 13:35:09 +08:00 |
|
Benau
|
d08d2cc9c7
|
Avoid compling useless code in server only or gles
|
2017-03-15 12:45:35 +08:00 |
|
Benau
|
562131b53f
|
Make operator inline
|
2017-03-15 11:40:41 +08:00 |
|
Benau
|
f920ed7f97
|
Fix reloading texture with threads
|
2017-03-15 10:44:02 +08:00 |
|
hiker
|
698fe1aa1b
|
Merge branch 'fix2809'
|
2017-03-15 12:52:55 +11:00 |
|
hiker
|
a2bca46958
|
Fixed compiler warning.
|
2017-03-15 12:52:46 +11:00 |
|
hiker
|
71f247ecb7
|
Fix 2809.
|
2017-03-15 12:46:20 +11:00 |
|
Benau
|
6b0610af50
|
Don't use HQ Mipmap on colorization mask
|
2017-03-15 00:59:30 +08:00 |
|
Benau
|
bfd8198f72
|
Update from stragus
|
2017-03-15 00:25:20 +08:00 |
|
hiker
|
47835bc1ef
|
Fixed VS compiler warnings.
|
2017-03-14 22:39:27 +11:00 |
|
Benau
|
eef2c19db7
|
Merge remote-tracking branch 'origin/master' into hq_mipmap_generator
|
2017-03-14 13:06:27 +08:00 |
|
Benau
|
ea948014a2
|
Allow dumping single channel texture by manual conversion
|
2017-03-14 12:58:00 +08:00 |
|
hiker
|
9bee42ccb7
|
Merge remote-tracking branch 'origin/master' into fix-cannon
|
2017-03-14 15:10:27 +11:00 |
|
Benau
|
eedc7f55c9
|
Make addThreadedLoadTexture thread safe
|
2017-03-14 11:35:26 +08:00 |
|
hiker
|
e5eb40b773
|
Smooth skidding rotation when entering a cannon.
|
2017-03-14 12:51:10 +11:00 |
|
Benau
|
abfb402acb
|
Disable saving generated mipmap to disk
|
2017-03-13 12:47:13 +08:00 |
|
Benau
|
677723fe5d
|
Fix msvc build
|
2017-03-13 12:34:08 +08:00 |
|
Benau
|
ab10702d12
|
Try to fix build
|
2017-03-13 12:12:51 +08:00 |
|