Mark Vejvoda
5d72c3f72b
- bugfix for looping
2012-09-27 01:18:50 +00:00
Mark Vejvoda
c33c1826ae
- proper implementation of video repeat (looping)
2012-09-27 01:17:57 +00:00
Mark Vejvoda
a21f2b705d
- some video rendering optimizations
2012-09-26 23:16:29 +00:00
Mark Vejvoda
1db56463fd
- try to make video performance a little better
2012-09-26 08:08:52 +00:00
Mark Vejvoda
e0bf4df646
- cppcheck round #2 cleanup
2012-09-22 20:37:42 +00:00
Mark Vejvoda
1c211e4ce6
- lots of code cleanup from the cppcheck
2012-09-22 20:13:57 +00:00
Titus Tscharntke
2bdc487cce
fix for "non-selectable" feature, its tested and works now!
2012-09-01 18:38:01 +00:00
Mark Vejvoda
ee2c02610d
- updated copyright headers is some files that had them missing
...
- added a new language string for battle end screen
2012-08-02 00:57:28 +00:00
Mark Vejvoda
19937c7512
- removed MD5 related classes as we will not support it after all.
2012-07-31 16:49:31 +00:00
Mark Vejvoda
8d6cdfb5db
- tomreyn broken the intro text centering but adding empty intro text properties, so i commented the properties out
...
- added more info / safer logic to center text
2012-07-26 06:47:59 +00:00
Mark Vejvoda
f681b309a9
- turned off the interpolation cache which was taking too much memory. Please test this to see if performance is affected, this should REALLY help with memory usage.
2012-07-22 00:04:44 +00:00
Mark Vejvoda
5cb761e5a6
- hint text now centered on screen when game is loading
2012-07-20 19:00:49 +00:00
Titus Tscharntke
d10d5fc770
hopefully working implementation of mpfNoSelect from this discussion: http://glest.org/glest_board/index.php?topic=8165.msg82932#msg82932
2012-07-14 21:29:15 +00:00
Mark Vejvoda
cb7bd8ff04
- added menu option and commandline parameter to disable video playback
2012-06-09 05:02:01 +00:00
Mark Vejvoda
6f48ec6330
- play no videos when running special commands like validations
2012-06-04 00:11:29 +00:00
Mark Vejvoda
35b917106c
videos properly resize on different resolutions
2012-06-01 04:59:53 +00:00
Mark Vejvoda
19573a5f12
- attempt to fix build for users with libvlc version older than 1.1.13
2012-05-28 16:15:30 +00:00
Mark Vejvoda
660d702e97
- add a fallback url for playing videos in case the user has no internet
2012-05-25 16:33:34 +00:00
Mark Vejvoda
0fac755a5e
- video player now displays 'please wait' while loading the video
2012-05-23 19:59:52 +00:00
Mark Vejvoda
8fd436b612
- added new lua method to play video's in scenarios:
...
playStaticVideo
2012-05-22 06:17:56 +00:00
Mark Vejvoda
8ba7fd0fa0
- updated screen render size for videos for win32
2012-05-21 21:31:15 +00:00
Mark Vejvoda
1652d9e810
- fix the build on windows
2012-05-21 20:40:28 +00:00
Mark Vejvoda
29ed59de0b
- release media list player if used
2012-05-21 20:11:27 +00:00
Mark Vejvoda
7f1a8693ac
- properly detect when streaming video has completed.
2012-05-21 20:05:26 +00:00
Mark Vejvoda
42d7760501
- removed some invalid event attachments for libvlc
2012-05-21 18:49:09 +00:00
Mark Vejvoda
aa2174a101
- support streaming videos from youtube etc
2012-05-21 18:32:53 +00:00
Mark Vejvoda
0d38e2eb5d
- added support for main menu background video
2012-05-19 08:40:49 +00:00
Mark Vejvoda
3187252936
- fixed libvlc on windows (timing problem when loading videos)
...
- commented out retarded environment variable code since we just ship the plugins folder now
2012-05-19 02:47:53 +00:00
Mark Vejvoda
9fdde8c5f3
- when intro video stops playing continue to main menu
2012-05-18 19:53:01 +00:00
Mark Vejvoda
66af241154
- few updates to video player
2012-05-17 21:52:00 +00:00
Mark Vejvoda
895428a954
- fixed vc++ 2008 project file so it builds again (vc++ 2008 missing a C99 header file, requires re-download of win32 deps)
2012-05-16 22:14:50 +00:00
Mark Vejvoda
040872748d
- bugfix for loading videos
2012-05-16 15:38:35 +00:00
Mark Vejvoda
b7cf90a09e
- attempt to get static linking working for libvlc
2012-05-16 05:46:04 +00:00
Mark Vejvoda
32b4925f31
- attempt for better support for older versions of libvlc
2012-05-14 21:09:44 +00:00
Mark Vejvoda
5d5224b4a2
- attempt to allow support for older vlc
2012-05-14 15:57:50 +00:00
Mark Vejvoda
0a55a9b33d
- commented out some useless code because of how bad windows handles environment vars
2012-05-14 07:38:21 +00:00
Mark Vejvoda
093d22ce8b
- oh how I despise windows, another evil hack to get proper detection of vlc plugins
2012-05-14 03:36:43 +00:00
Mark Vejvoda
e3c2719458
- fixed build on windows
2012-05-12 23:59:40 +00:00
Mark Vejvoda
69c1de284c
- plugin fix on windows
2012-05-12 23:47:16 +00:00
Mark Vejvoda
ec2a708603
- plugin fix on windows
2012-05-12 23:23:24 +00:00
Mark Vejvoda
7d8aee2f78
- fix the check for libvlc and better support for windows users
2012-05-12 23:05:34 +00:00
Mark Vejvoda
af508a1a59
- added new ini setting to explicitly set the vlc plugins folder:
...
VideoPlayerPluginsPath=c:\program files\videolan\plugins
2012-05-12 22:48:29 +00:00
Mark Vejvoda
46395d1322
- added support for windows build for libvlc to play videos (requires updated deps)
2012-05-12 22:21:15 +00:00
Mark Vejvoda
7b3de2d109
- added support for intro videos using libvlc (if libvlc is installed for the developer, its optional)
2012-05-12 20:33:18 +00:00
Mark Vejvoda
dbb116f250
- load of changes to get things compiling under VC++ 2010 (with updated deps seperate for vc2010)
2012-04-20 01:04:05 +00:00
Mark Vejvoda
329bb58b04
- a few code cleanup items while doing some testing in VC++ 2010
2012-04-17 19:42:53 +00:00
Mark Vejvoda
c8fdc9269f
- fix win32 build
...
- cleanup a lot of win32 compiler warnings
2012-04-16 20:15:57 +00:00
Mark Vejvoda
3b8dd289ac
- updated cmake to check for support of backtraces in gcc compiler
...
- fixed numerous bugs / warnings from cppcheck
2012-04-16 19:29:37 +00:00
Titus Tscharntke
fe59fe8703
Bugfix: particles are also colored with daylight effect if they are created. ( if isDaylightAffected is set )
2012-04-15 22:38:41 +00:00
Mark Vejvoda
8c0bf75bf5
- got built in memory leak working. Just edit leak_dumper.h and uncomment:
...
//#define SL_LEAK_DUMP
- got better / more accurate stack dumps when we detect errors in game.
- Both of these need to be worked on in windows next, win32 may not compile for now until i fix it on that platform.
- BE VERY CAREFUL when working in leak_dumper.* it may cause GCC and your system to crash if you don't know what you are doing!
2012-04-14 21:21:09 +00:00