456 Commits

Author SHA1 Message Date
jp9000
9cbf6b42df updated scripts
updated russian locale
2013-02-18 20:23:45 -07:00
Richard Stanway
57106fe406 Zero error code on socket shutdown to prevent misleading log info 2013-02-17 21:41:04 -05:00
Richard Stanway
3c422bc093 Always trigger an update check after installing a new version 2013-02-17 17:56:47 -05:00
jp9000
832f2d4187 added code to log monitors the user has
fixed bug with using x264 presets/tunes in x264 custom params
updated japanese text and made some english text adjustments
2013-02-16 20:26:58 -07:00
jp9000
45f66a8be3 Made is so that scenes are automatically saved before initiating stream, and added a menu item to save as well. Will probably also add more menu items for loading/saving or importing/exporting other scenes files in the future 2013-02-16 15:48:05 -07:00
William Hamilton
4cc84e7ecc Not re-enabling scene switching after canceling add source. Fixes #109 2013-02-16 16:05:34 -06:00
jp9000
0b07a003e1 woops, properly fixed that directory bug 2013-02-16 04:18:05 -07:00
jp9000
bb8539eb08 fixed a tiny bug with file output where it wouldn't record if the directory didn't end with a slash 2013-02-16 03:18:13 -07:00
jp9000
c78f7161a5 moved gamma stuff to software capture and game capture 2013-02-16 02:51:24 -07:00
jp9000
8f8948307f Added a gamma option 2013-02-15 18:21:13 -07:00
HomeWorld
2806dd9c57 Make sure we draw checkboxes when no theming service is available (DrawFrameControl). Adjusted size/position. 2013-02-15 22:31:19 +02:00
jp9000
c2385453cc fixed bug with injector where it wouldn't work if there were spaces in the path (failed to surround it with quotes) 2013-02-14 16:40:14 -07:00
jp9000
31e65a49e9 fixed structure packing problems in the glocal graphics capture header, thought there wouldn't be any but I guess I was wrong 2013-02-14 15:44:25 -07:00
jp9000
fcfcb051b3 x264 logging tweak 2013-02-14 12:29:09 -07:00
HomeWorld
d177022559 Removed a brain fart and some flickering when manipulating listview items (in some specific cases) 2013-02-12 20:24:14 +02:00
HomeWorld
ad3641422a Properly set focus/selection mark when moving source items up/down. Fixes #84 2013-02-12 19:30:00 +02:00
William Hamilton
80ef8d6295 Added audio volume API calls and events. 2013-02-11 23:00:53 -06:00
jp9000
6a44eba695 fixed game capture to work regardless of target application bit 2013-02-11 19:26:35 -07:00
jp9000
fbe38de7df fixed a potential deadlock 2013-02-10 16:45:37 -07:00
jp9000
2067661142 fixed a code warning 2013-02-10 16:28:24 -07:00
jp9000
99c8112e45 fixed more potential holes in the status bar update thing
fixed slight miscalculation of lost frames in the log file
fixed issue where frames would still preprocess and such even if disabled
2013-02-10 15:49:49 -07:00
HomeWorld
77d9b81435 It seems that path widen (in DrawOutlineText) causes a huge performance impact when calling DrawPath. Removed. 2013-02-10 20:15:59 +02:00
HomeWorld
d77c316911 Removed a wrong flag from string formatting (that caused text to be clipped when wrapped) + some minor fixes (if mesured text height is smaller than font size use font size ; incorrect padding applied when using outlines and wrapped text) 2013-02-10 16:15:28 +02:00
jp9000
5d6dfdedb9 added a function to get the d3d texture from an obs texture 2013-02-09 12:49:33 -07:00
Richard Stanway
b9e8763ddd Limit update checks to once per hour 2013-02-08 03:12:46 -05:00
Jim
4a8a2f92c3 Merge pull request #104 from hwdro/master
Rewritten textoutput source UpdateTexture, it was getting too messy
2013-02-07 16:29:33 -08:00
HomeWorld
d80fcde5d6 Rewritten textoutput source UpdateTexture, it was getting too messy 2013-02-08 01:26:01 +02:00
Richard Stanway
0e83579b7b Fix crash when MP4FileStream causes ProcessEvents to fire mid-shutdown 2013-02-07 18:23:46 -05:00
Jim
1ae8f5f92d Merge pull request #101 from hwdro/master
Small drawing fixes in sources listview custom draw stuff.
2013-02-06 22:02:35 -08:00
William Hamilton
33073fd3bc Fix to report correct bytesPerSec and curStrain when minimized. 2013-02-06 19:54:42 -06:00
Richard Stanway
1636ecf473 Never decrease the socket buffer on congestion 2013-02-06 19:23:59 -05:00
HomeWorld
0f2fa16250 Small drawing fixes in sources listview custom draw stuff 2013-02-06 23:06:31 +02:00
jp9000
87fd5a155c Added C-style API exports instead of relying on horrible virtual function tables
Fixed a bug with item insertation
2013-02-06 09:39:15 -07:00
HomeWorld
2c219c7e7a Fixed an obvious crash while retrieving source names and a visual bug when adding a new item and hovering over it right after 2013-02-05 22:04:28 +02:00
HomeWorld
43f56fce30 Custom draw sources listview, it looks better and we avoid the default behavior when the control lose focus 2013-02-05 19:43:31 +02:00
HomeWorld
98e5febd05 Some cleanup and stuff for sources listview 2013-02-05 13:58:04 +02:00
jp9000
070e46ed0b increased slideshow limitation from 5-30 to 3-600 2013-02-05 02:48:59 -07:00
Jim
6575966dd3 Merge pull request #95 from hwdro/master
Fixed an inconsistent behavior when right-clicking over a source item checkbox
2013-02-05 01:34:21 -08:00
jp9000
d57785dbc6 fixed version stuff
made it so new items insert front-most instead of back-most
2013-02-05 02:06:08 -07:00
HomeWorld
1e39a89dce Fixed an inconsistent behavior when right-clicking over a source item checkbox 2013-02-05 10:20:06 +02:00
jp9000
8987f06940 made a minor change in how the sdk stuff is accessed. now requires more recent versions of the windows sdk to compile though, unfortunately 2013-02-04 13:55:44 -07:00
Richard Stanway
47ca0d63a9 Fix spurious newline log message 2013-02-04 15:30:35 -05:00
HomeWorld
966e4c48f4 Use a layout rect for measure string if bUseExtents & bWrap are true 2013-02-04 22:05:49 +02:00
jp9000
01e2ff4e3f increased max texture size for text 2013-02-04 10:48:22 -07:00
HomeWorld
65417edd0e More fixes to textoutput source part 2. 2013-02-04 15:07:20 +02:00
HomeWorld
ff4ed61ae8 Fixed an ugly crash in textoutput source (invalid path used when calling OSMonitorFileStart) 2013-02-04 14:48:16 +02:00
HomeWorld
2fc93fdfb0 More fixes to textoutput source 2013-02-04 13:56:41 +02:00
Richard Stanway
8f4cbaa708 Use SIO_IDEAL_SEND_BACKLOG_QUERY IOCTL on congestion 2013-02-04 04:40:35 -05:00
Richard Stanway
ae13104962 Log plugin load failures 2013-02-04 03:37:40 -05:00
Richard Stanway
be1e41bb3b Protect classes with mutex during startup/shutdown to fix race condition 2013-02-04 00:39:45 -05:00