David Wimsey
|
70e4e5810a
Merge pull request #233 from hotgloupi/rename-static-lib-macro
|
11 years ago |
Raphaël Londeix
|
63b64b66b1
Use a MSVC compatible preprocessor directive for warning messages
|
11 years ago |
Raphaël Londeix
|
a0dd1982f4
Rename STATIC_LIB macro to ROCKET_STATIC_LIB.
|
11 years ago |
David Wimsey
|
66eba5b43d
Merge pull request #225 from i8degrees/feature-upstream/sdl2-sample-vdebugger
|
11 years ago |
David Wimsey
|
b7de27a202
Merge pull request #226 from i8degrees/feature-upstream/cmake-policy
|
11 years ago |
David Wimsey
|
ca5d85dc34
Merge pull request #230 from libRocket/feature/xcode6-fixes
|
11 years ago |
Jeffrey Carpenter
|
7fae0c5046
Toggle CMake policy CMP0042 on by default
|
11 years ago |
Jeffrey Carpenter
|
bbeec7ff5c
SDL2 sample: Add key binding for toggling visual debugger
|
11 years ago |
David Wimsey
|
b6f6631606
Added missing ROCKET_PATH for Linux
|
11 years ago |
David Wimsey
|
18731055ce
Better handling of default values for CMAKE_OSX_ARCHITECTURES and allowing for override. Rather than the Xcode default of only building for the current platform, universal binaries are always built.
|
11 years ago |
David Wimsey
|
cbe07bd13a
Tweak to only override CMAKE_OSX_ARCHITECTURES if its not set
|
11 years ago |
David Wimsey
|
e5cb5433c0
Added ARCHS_OVERRIDE option which allows custom architecture targets to be selected instead of the native defaults, currently only applies to OS X and iOS builds
|
11 years ago |
David Wimsey
|
b426294cbf
Fixes to deal with architecture availability in Xcode 6.x. 32 bit support probably won't be supported at all in the relatively near future as no 32 bit OSes are supported at this stage. (10.6 is last 32 bit kernel)
|
11 years ago |
David Wimsey
|
9f405d550f
GCC is no longer used for iOS development so forcing it doesn't work properly anymore.
|
11 years ago |
David Wimsey
|
998fb609d9
Retrieves sizes of client area from window rather than hard coded value
|
11 years ago |
David Wimsey
|
07f61ed480
Merge branch 'master' of https://github.com/libRocket/libRocket
|
11 years ago |
David Wimsey
|
787f3a8158
Some path changes to make debugging a little easier. These should not be hard coded in the future
|
11 years ago |
David Wimsey
|
4d67030195
Switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
5112e97d90
Switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
7890511914
Fixed initial call to glOrtho to use the window size rather than hardcoded value
|
11 years ago |
David Wimsey
|
8ba27edcdf
Switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
5a2e78c787
Switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
428a825ac6
Switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
c5c6a0ce07
Switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
d59bc04608
Switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
49646d8885
Fixed platform differences and switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
fe7ab0372b
Fixed platform differences
|
11 years ago |
David Wimsey
|
711b3db78f
Fixed platform differences and switched windows size values from hard coded to use a common set of variables
|
11 years ago |
David Wimsey
|
761d05a247
Merge pull request #209 from libRocket/feature/osx-framework
|
11 years ago |
David Wimsey
|
bab8da620d
Merge pull request #213 from Gambini/lua_memory_leak
|
11 years ago |