jp9000
|
27be0a515b
do first test drawing in wx
|
12 years ago |
jp9000
|
eb55b5436f
changed header reference to obs-app.hpp
|
12 years ago |
jp9000
|
4813c89cc6
renamed obs.cpp/hpp
|
12 years ago |
jp9000
|
66f846ca41
updated UI files
|
12 years ago |
jp9000
|
af8329c667
add RAII wrapper class for sources
|
12 years ago |
jp9000
|
93dd3cec50
made the getframe function a bit more safe and modified a few names for clarity
|
12 years ago |
jp9000
|
d8b49034c9
added jansson to the main project
|
12 years ago |
jp9000
|
bf8548c415
removed jansson from configure.ac (not necessary and shouldn't be build with the project)
|
12 years ago |
jp9000
|
12790a40b5
Subtree merged in deps/jansson
|
12 years ago |
jp9000
|
71890e0365
removed now-redundant callback enum_children from sources
|
12 years ago |
jp9000
|
f1decd08f4
adjusted the way source removal is handled to make it a bit more safe
|
12 years ago |
Palana
|
5fa2f28577
fixed broken comparison
|
12 years ago |
jp9000
|
bff4bcbfe5
Merge branch 'master' of https://github.com/jp9000/obs-studio
|
12 years ago |
jp9000
|
409b011a8e
cleaned up main internal data structure design, changed to reference counting for sources to ensure safe destruction of source objects from all parts of the system, added some service-related stuff for testing
|
12 years ago |
Palana
|
c2586f5686
set cmake output path for test executable
|
12 years ago |
jp9000
|
5e33707f6a
ensure 80-column max formatting in gl-subsystem.c
|
12 years ago |
jp9000
|
10e917efee
unbind VAO if NULL buffer specified
|
12 years ago |
Palana
|
41bef32962
removed global VAO from gl-cocoa
|
12 years ago |
jp9000
|
e778a4c04f
added OSX files to automake scripts
|
12 years ago |
jp9000
|
72a64b3d41
added VAOs to vertex buffers (might need some future tweaking to check whether buffers are already assigned to specific attributes)
|
12 years ago |
jp9000
|
041f48b566
make code gl-cocoa.m 80 columns for consistency (I'm probably just being OCD, don't mind me, hopefully didn't break anything)
|
12 years ago |
Palana
|
ec411fe046
added cmake build files
|
12 years ago |
Palana
|
d7a04aea8c
added osx cocoa support files
|
12 years ago |
Palana
|
595dad2e70
updated .gitignore for osx
|
12 years ago |
Palana
|
f263d585bf
enable format string diagnostics for blog and bcrash on gcc and clang
|
12 years ago |
Palana
|
3b3d612ceb
add noreturn attribute to def_crash_handler
|
12 years ago |
Palana
|
26397c7782
allow non-static glew include path
|
12 years ago |
Palana
|
8880a9e811
check for link status instead of validate status
|
12 years ago |
Palana
|
ebc78eee9d
do not unbind vertex array (GL 3+)
|
12 years ago |
Jim
|
5f01129026
Merge pull request #4 from reboot/master
|
12 years ago |