Ivan Safrin
|
838f415b7a
Added icons to IDE and the player in windows. Made the IDE create file associations for the IDE and the player on launch. Made the IDE a single instance applications and implemented opening files in the running instance. Added (hacky) support for WM_COPYDATA string passing in Windows core.
|
12 lat temu |
Devin Stone
|
753dc34942
Timing on Windows now uses QueryPerformanceCounter() instead of GetTickCount()
|
12 lat temu |
Devin Stone
|
6980ce7927
Update PolyWinCore.cpp
|
12 lat temu |
Ivan Safrin
|
de0c58bc37
Merge pull request #351 from samiamwork/renderer_init
|
12 lat temu |
Ivan Safrin
|
3a4bff747a
Merge pull request #335 from CIB/mingw
|
12 lat temu |
Nur Monson
|
6297b0d878
Add Init() method to Renderer
|
12 lat temu |
cib
|
889bf7fb47
Fixes windows headers to use the exact mingw capitalization.
|
12 lat temu |
mcc
|
edd758b8c4
Small mingw compile fixes
|
12 lat temu |
ZenX2
|
f3952611fa
Fixed Windows scrollwheel events
|
12 lat temu |
cib
|
d48022a44c
Added Core::captureMouse(bool)
|
12 lat temu |
cib
|
f7cf4f15b5
Fixed PAGEUP and ALT on windows.
|
12 lat temu |
cib
|
1e5b9e3100
Improved the LSHIFT/RSHIFT distinction.
|
12 lat temu |
Ivan Safrin
|
d30258d26a
Added new Render/Update separation to Windows Core
|
12 lat temu |
cib
|
8a0d9dcf0a
Was missing a break in switch
|
12 lat temu |
cib
|
c5d28364f8
Fixes shift on windows, issue #85
|
12 lat temu |
Alejandro Cámara
|
04f5a939c9
Patch to compile Polycode in VS2012 for Win64
|
13 lat temu |
mcc
|
e13c35500a
Omnibus MinGW support patch: Updates to MinGW hacks block in CMakeLists. Updates to GLEE glue/exceptions in PolyGLHeaders, PolyGLSLShaderModule, PolyWinCore. Remove redundant gl includes in PolyWinCore.cpp. Include <ios> explicitly in windows PolycodeView. Omit multitouch support (code in PolycodeView, TUIO module) when compiling with MinGW. All targets other than MinGW+Windows should remain unchanged after bringing in these changes because everything's behind #ifdefs.
|
13 lat temu |
Ivan Safrin
|
6058f09c03
Windows core key events, polybuild now properly removes file
|
13 lat temu |
Ivan Safrin
|
793678649e
Implemented the last bits of the Windows core
|
13 lat temu |
Ivan Safrin
|
134576cae7
Tons of Windows fixes
|
13 lat temu |
Ivan Safrin
|
c8d1c08f26
Numerous windows fixes and windows IDE project
|
13 lat temu |
Ivan Safrin
|
53710dcae0
Windows fixes
|
13 lat temu |
Ivan Safrin
|
e077c756fa
VSync support in Windows
|
13 lat temu |
Ivan Safrin
|
ffc983a341
Fixed Windows native multitouch support
|
13 lat temu |
Ivan Safrin
|
54a4856cc7
Should compile on Windows again
|
13 lat temu |
Ivan Safrin
|
40766fd24b
Moved getScreenInfo to Core
|
13 lat temu |
mcc
|
47147ae45d
Merge 7/29 mcclure screeninfo branch with Ivan Polycode branch
|
13 lat temu |
Ivan Safrin
|
19d64a03df
Fixed some stuff MingW patch broke and added mouse warp support in Windows
|
13 lat temu |
mcc
|
286943b14b
Fix new mingw compile issues (except OpenAL)
|
13 lat temu |
mcc
|
acd72adcf6
Merge mingw branch with 6/28 Ivan Polycode
|
13 lat temu |