jp9000
|
bb53a39aee
|
change os_get_home_path to a better and more clear function, os_get_config_path
|
2013-12-23 18:59:54 -07:00 |
jp9000
|
221ed7d92b
|
make debug messages log to stdout on non-windows operating systems
|
2013-12-23 01:06:53 -07:00 |
jp9000
|
5f6cf61449
|
add 25 FPS to 'common FPS' list, clean up window initialization for it
|
2013-12-22 23:45:47 -07:00 |
jp9000
|
399b0c8d10
|
apply configure video settings on startup
|
2013-12-22 23:40:07 -07:00 |
jp9000
|
991b5739d6
|
move libobs C++ bindings to libobs
|
2013-12-22 17:42:02 -07:00 |
Palana
|
eb8c2923f6
|
make opengl render stuff on osx without resizing the main window
|
2013-12-19 23:10:09 +01:00 |
jp9000
|
ab4e86cf5c
|
fixed a bug where the GL context wouldn't load up on macos because the window wasn't shown first
|
2013-12-19 01:00:00 -07:00 |
jp9000
|
24c45458b5
|
use the preview window as the main window associated with the OpenGL context
|
2013-12-18 22:57:39 -07:00 |
jp9000
|
257cbd77ba
|
use astrcmpi to prevent multiplatform clib incompatibility
|
2013-12-17 20:23:57 -07:00 |
jp9000
|
989e734025
|
made a few more settings UI tweaks
|
2013-12-17 18:19:24 -07:00 |
jp9000
|
495099d84e
|
load english locale text first, then current locale (to prevent unfilled text entries)
|
2013-12-17 13:56:28 -07:00 |
jp9000
|
197c56c9ae
|
add code to select renderer
|
2013-12-17 02:08:41 -07:00 |
jp9000
|
3d88a43520
|
add video settings code and set up default video setting values for the config
|
2013-12-16 00:07:08 -07:00 |
Palana
|
7bc325d90b
|
updated BPtr semantics to be more in line with stl smart pointers
|
2013-12-16 01:59:08 +01:00 |
jp9000
|
dd1c5b4342
|
add some preliminary resolution data to video settings (will need to query monitors in the future)
|
2013-12-14 21:30:16 -07:00 |
jp9000
|
c5f497ec1d
|
add settings data for general page, query available languages
|
2013-12-12 21:47:42 -07:00 |
jp9000
|
70290b8c2b
|
fixed locale code, added locale files, made wx use locale files, fixed some bugs, and added platform-specific files to the main program
|
2013-12-07 10:22:56 -07:00 |
Palana
|
e6017ec1ba
|
changed allocation counter to uint64_t
also avoids format string confusion for bnum_allocs
|
2013-12-07 17:39:43 +01:00 |
Palana
|
968f9c03bd
|
use %u for size_t on microsoft compilers
|
2013-12-07 16:50:05 +01:00 |
Palana
|
ad1abd45e8
|
fix format string
|
2013-12-06 21:31:42 +01:00 |
jp9000
|
0434ef0f62
|
change naming for some main program files for consistency
|
2013-12-06 09:16:33 -07:00 |
jp9000
|
8298fa4dc7
|
With the permission of my fellow contributors, I'm switching obs-studio back to GPL v2+ to prevent issues between this project and the original OBS project, and for personal reasons to avoid legal ambiguity (not political reasons, I admittedly would prefer GPL v3+)
|
2013-12-02 22:24:38 -07:00 |
Palana
|
99b06288ba
|
move using namespace below includes
fixes ambiguity between <wchar.h> and <cwchar>
|
2013-11-28 20:49:06 +01:00 |
jp9000
|
e5c99175c5
|
fixed some build issues on non-windows systems
|
2013-11-26 23:07:27 -07:00 |
jp9000
|
56034fd9ac
|
made a workaround to ensure that translations can be done through our custom system rather than using wx's internal system
|
2013-11-26 22:22:41 -07:00 |
jp9000
|
279b487269
|
remove sys/stat.h include from obs-app.cpp
|
2013-11-23 23:40:05 -07:00 |
jp9000
|
0aad78819c
|
added initial config file stuff, set up a 'dummy' window to cause the graphics system to persist through window changes
|
2013-11-23 23:38:52 -07:00 |
jp9000
|
7e89ebce46
|
add a 'wrapper' file for wx
|
2013-11-22 20:57:24 -07:00 |
jp9000
|
27be0a515b
|
do first test drawing in wx
|
2013-11-22 20:43:48 -07:00 |
jp9000
|
eb55b5436f
|
changed header reference to obs-app.hpp
|
2013-11-22 16:25:38 -07:00 |
jp9000
|
4813c89cc6
|
renamed obs.cpp/hpp
|
2013-11-22 16:24:54 -07:00 |