Dale Stammen
|
768e0bd53f
|
updated wp8 precompiled shaders
|
2014-04-19 10:05:21 -07:00 |
Dale Stammen
|
9cf463bf6a
|
start of input queue support
|
2014-04-19 09:37:54 -07:00 |
Dale Stammen
|
12b01dcb25
|
input events refactor
|
2014-04-19 09:32:59 -07:00 |
Dale Stammen
|
bebfe31b48
|
removed input files from refactor
|
2014-04-19 09:28:37 -07:00 |
Dale Stammen
|
66ed186a56
|
added missing files
|
2014-04-19 09:27:28 -07:00 |
Dale Stammen
|
d19e898f21
|
removed ccset.h
|
2014-04-19 09:26:38 -07:00 |
Dale Stammen
|
1403737d2d
|
added functions to display ip address of device
|
2014-04-19 09:12:20 -07:00 |
Dale Stammen
|
f233251f4f
|
added functions to display ip address of device
|
2014-04-19 09:12:04 -07:00 |
Dale Stammen
|
008bde1e27
|
fixed font path when fontname is empty string
|
2014-04-19 09:11:20 -07:00 |
Dale Stammen
|
b54a1064fd
|
fixed accelerometer for wp8
|
2014-04-19 09:10:34 -07:00 |
minggo
|
8e83cd7900
|
Merge pull request #6261 from iSevenDays/patch-9
Fix memory leak
|
2014-04-18 14:19:17 +08:00 |
Sachin Garg
|
69223549f3
|
Add support for orientation change callback (applicationScreenSizeChanged) in Android Java activity.
|
2014-04-14 05:46:30 +05:30 |
Anton Sokolchenko
|
65cf2e1256
|
Update CCImage.cpp
|
2014-04-13 01:13:58 +03:00 |
Anton Sokolchenko
|
a9ccb812ed
|
Fix memory leak
|
2014-04-12 18:47:00 +03:00 |
koowolf
|
aa51e5dd22
|
fix compiler error in wp8
|
2014-04-10 15:15:17 +08:00 |
James Chen
|
6bdef136a7
|
Merge pull request #6145 from wefiends/set_fullscreen_videomode
CCGLView: Add createWithFullscreen overloaded method that sets video mode.
|
2014-04-10 12:45:57 +08:00 |
James Chen
|
efb443dea0
|
Merge pull request #6200 from dumganhar/iss4729-deprecated-folder
issue #4729: Move deprecated stuff to deprecated folder
|
2014-04-10 11:17:21 +08:00 |
James Chen
|
117f248a3b
|
Fix for FileUtils::getData
|
2014-04-09 20:07:00 -07:00 |
James Chen
|
782d3cd3be
|
issue #4729: Linux fixes
|
2014-04-09 19:51:05 -07:00 |
James Chen
|
890dd64d38
|
issue #4729: some warning fixes and compilation error fixes on win32.
|
2014-04-10 01:29:13 +08:00 |
James Chen
|
5615717617
|
issue #4729: NULL -> nullptr in constructor or setXXX(NULL)
|
2014-04-10 00:36:43 +08:00 |
James Chen
|
9d8d256bee
|
issue #4729: Android build works ok.
|
2014-04-10 00:36:42 +08:00 |
Nick Barrios
|
64fc13cae2
|
CCGLView.h: Remove createWithFullscreen declaration.
|
2014-04-09 12:15:24 -04:00 |
James Chen
|
61134426a8
|
Some fixes detected by xcode analyze
|
2014-04-09 20:41:09 +08:00 |
Anton Sokolchenko
|
87015ae888
|
2026:72: Result of 'malloc' is incompatible with type 'unsigned char *'
2026:72: Result of 'malloc' is converted to a pointer of type 'unsigned char', which is incompatible with sizeof operand type 'unsigned char *'
|
2014-04-09 11:37:56 +03:00 |
Dhilan007
|
d310d8d099
|
closed #4659:Remove the usage of OpenSL
|
2014-04-09 14:57:07 +08:00 |
Nick Barrios
|
9c2a148256
|
CCGLView: Remove createWithFullScreen(const std::string& viewName, Size size) overload. Use more specific createWithFullScreen(const std::string& viewName, const GLFWvidmode &videoMode, GLFWmonitor *monitor) instead.
|
2014-04-08 14:02:36 -04:00 |
Nick Barrios
|
6b8d5dd090
|
CCGLView: Add support for specifying video mode and monitor for fullscreen window creation.
|
2014-04-08 13:33:24 -04:00 |
Dhilan007
|
c378b42191
|
closed #4714:Fixed Cocos2dxHelper.runOnGLThread() can not work
|
2014-04-08 21:08:20 +08:00 |
minggo
|
0c2b654410
|
Merge pull request #6171 from minggo/iss4683-assert_not_thread_safe
use assert because CCASSERT is not thread safe
|
2014-04-08 17:16:28 +08:00 |
James Chen
|
e04b820cfc
|
closed #4711: [win32] Passing empty string to FileUtils::isFileExist may also return true
|
2014-04-08 15:24:47 +08:00 |
minggo
|
e28093ee1a
|
closed #4683: use assert because CCASSERT is not thread safe
|
2014-04-08 14:53:57 +08:00 |
Nick Barrios
|
eae1ccb279
|
CCGLView: Remove frameZoomFactor param from createWithFullScreen overload.
|
2014-04-04 06:26:00 -04:00 |
Nick Barrios
|
58224d9b23
|
CCGLView: Add createWithFullscreen overloaded method that allows passing in Size, to set video mode.
|
2014-04-04 06:02:29 -04:00 |
minggo
|
439b30434e
|
Merge pull request #6097 from newnon/android_crash_fix
Android crash fix on new devices
|
2014-04-04 18:01:59 +08:00 |
James Chen
|
1178d67dd6
|
issue #4639: Reverts the definition of FileUtils::isFileExist, remove
the second parameter(outFullPath).
|
2014-04-02 16:33:05 +08:00 |
James Chen
|
5fa839b16b
|
closed #4639: FileUtils::isFileExist doesn't consider SearchPaths and ResolutionOrders
|
2014-04-02 15:35:09 +08:00 |
Sergey
|
b153131097
|
Android crash fix on new devices
|
2014-04-01 15:14:25 +04:00 |
James Chen
|
70dd83512c
|
Renames s_isIOS7 to s_isIOS7OrHigher
|
2014-04-01 15:08:08 +08:00 |
James Chen
|
47320e7c7c
|
closed #4383: Fixed missing letters if using old LabelTTF and running on
iphone 64bit simulator(device).
|
2014-04-01 14:47:52 +08:00 |
Dale Stammen
|
afe561cccc
|
added wp8 and winrt support files and projects
|
2014-03-28 12:52:16 -07:00 |
James Chen
|
22fdbbb198
|
Merge pull request #5980 from Dhilan007/develop_label2
Refactor implementation of label's shadow and fixed stroke was not 'outside stroke' for Label generated by 'Font name'
|
2014-03-26 16:32:04 +08:00 |
James Chen
|
1003847cd1
|
Mac build fix after merging https://github.com/cocos2d/cocos2d-x/pull/5989
|
2014-03-26 15:44:38 +08:00 |
James Chen
|
21ba509a35
|
Merge pull request #5989 from dumganhar/iss4559-ios-64bit
closed #4559: Wrong behavior of multi-touch on iphone5s/ipadAir (arm64 arch)
|
2014-03-26 15:27:57 +08:00 |
James Chen
|
691442d80d
|
closed #4559: Wrong behavior of multi-touch on iphone5s/ipadAir (arm64 arch)
|
2014-03-26 15:04:11 +08:00 |
Dhilan007
|
fa91bf1167
|
remove unused code and fixed warning.
|
2014-03-26 14:11:40 +08:00 |
minggo
|
a374241f65
|
Merge pull request #5924 from MSOpenTech/wp8-3.0-cocos2d-changes
Windows Phone 8,0 cocos2d-x 3.0 changes
|
2014-03-26 13:58:46 +08:00 |
James Chen
|
7a8db8271f
|
Merge pull request #5930 from andyque/Branch_issue4429
closed #4429: Boolean value could not be written to specified plist file
|
2014-03-26 11:46:56 +08:00 |
Dhilan007
|
674dffce21
|
Merge branch 'develop-label-stroke' of https://github.com/dumganhar/cocos2d-x into develop_label_fixs
|
2014-03-25 16:10:47 +08:00 |
minggo
|
3fc15e5e7d
|
Merge pull request #5896 from splhack/remove_nativeactivity
Remove NativeActivity
|
2014-03-25 15:37:12 +08:00 |