Ilari Liusvaara
14a0862342
Instancefy lua core stuff
...
This should fix crashes on startup on Win32
2014-06-06 15:03:16 +03:00
Ilari Liusvaara
5d27f23cb2
Make some values const, remove some unused stuff
2014-06-03 03:52:13 +03:00
Ilari Liusvaara
f036ccd02d
Refactor video dump framedrop handling
2014-05-31 09:23:47 +03:00
Ilari Liusvaara
5266f96cfd
Move render_video_hud and killed_audio_length to master dumper class
2014-05-31 09:10:04 +03:00
Ilari Liusvaara
a6a110bac9
Rewrite basic video dumping framework
2014-05-28 13:51:24 +03:00
Ilari Liusvaara
783d20f690
Don't use framebuffer palettes
2014-02-10 00:07:31 +02:00
Ilari Liusvaara
dce933b76d
Refactor library framebuffer to dedicated namespace
2013-12-19 07:00:43 +02:00
Ilari Liusvaara
212c819416
Lua: gui.kill_frame: Omit this frame from video dump
2013-08-08 20:41:29 +03:00
Ilari Liusvaara
95bbae153e
Whitespace cleanup
2013-07-06 23:21:11 +03:00
Ilari Liusvaara
5e360805e8
Say what file extension is expected from dump file
2012-09-05 20:13:26 +03:00
Ilari Liusvaara
1f631a8ad0
Librarify screen rendering
2012-06-20 17:40:27 +03:00
Ilari Liusvaara
1974362569
Split cases for prefix and special for dumper targets
2012-04-06 14:35:56 +03:00
Ilari Liusvaara
228d6a7851
Hicolor raw dumping
...
Support hi-color (16bits/channel RGB) raw dumping, since 8 bits
per channel are not enough to resolve all the colors.
2012-02-17 00:07:30 +02:00
Ilari Liusvaara
f292f7babe
Do some small fixups with dumpers
...
- Merge simpler dumpers (JMD, RAW and SDMP) with control code.
- Remove unused code from AVI(CSCD) dumper.
- Remove non-threaded dumper support from AVI(CSCD) dumper.
- Use advanced dumpers API to start/stop dumpers from command line.
- Move dumping-related code to avi/
2012-02-04 16:57:41 +02:00
Ilari Liusvaara
8df91c55f2
Wxwidgets: Allow controlling dumper start/stop from menu
2012-01-11 01:21:13 +02:00