Ricardo Quesada
|
8bb8416c26
|
Improved directory structure
|
2014-04-29 17:37:36 -07:00 |
Ricardo Quesada
|
9b118e5e96
|
Squashed commit of the following:
commit 519fcd7f68e3586c376fd5e8d4a0ee220a48d225
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 10:10:06 2014 -0700
Updates templates files
commit 2b07843ebe592f56b2abc544ccf66d441bb19fc5
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 10:08:19 2014 -0700
compiles on Windows
commit b175522ef7205eaab3bd3f26c27c5d6514cbe2a4
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:55:30 2014 -0700
adds cocos2d.h
commit 4c3d14f929bac017b93ca843b4f149d352264a30
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:54:24 2014 -0700
re-adds missing files
commit f729181728959260d14c4152555534f5beec8e05
Merge: 148da79 2adac67
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:51:12 2014 -0700
Merge branch 'includes_fixes' of github.com:ricardoquesada/cocos2d-x into includes_fixes
commit 148da79010c5dffeab885933624cffaf3d588852
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:49:12 2014 -0700
Adds SimpleAudioEngine
commit 2adac67019180ec82b7bd03f0b67c12f62e29e77
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:47:45 2014 -0700
Compiles for Android
commit 4a300d1b9225fa5708f25a69a50bb531f0ac1a32
Author: Ricardo Quesada <ricardoquesada@gmail.com>
Date: Sat Apr 26 09:13:35 2014 -0700
Fixes the includes
|
2014-04-26 10:11:22 -07:00 |
Huabing.Xu
|
63b52dd287
|
replace Point with Vector2 in cocos folder cpp file
|
2014-04-15 18:13:57 +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
|
890dd64d38
|
issue #4729: some warning fixes and compilation error fixes on win32.
|
2014-04-10 01:29:13 +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 |
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 |
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
|
740aa30713
|
closed #4447: [Desktop] Can't receive touchEnded event when mouse up outside of window
|
2014-03-19 17:09:10 +08:00 |
James Chen
|
177bf4df9d
|
Some warning fixes.
|
2014-03-14 15:38:43 +08:00 |
James Chen
|
77a8476c80
|
GLView::end needs to release self.
|
2014-03-12 21:45:57 +08:00 |
James Chen
|
ae2f7a4a7d
|
updateDesignResolution -> updateDesignResolutionSize.
|
2014-03-07 14:01:30 +08:00 |
James Chen
|
d699f62193
|
Tab -> 4 spaces, remove unused spaces.
|
2014-03-07 13:59:56 +08:00 |
James Chen
|
8b359dd90e
|
Refactoring GLView for desktop platforms, and adding protected method `updateDesignResolutionSize` for GLViewProtocol class.
|
2014-03-07 13:51:12 +08:00 |
James Chen
|
1b91234325
|
Merge pull request #5283 from seemk/director_cleanup_fix
closed #4099: Fixed crashing when calling CCDirector's end() on win32.
|
2014-02-24 16:58:34 +08:00 |
chuanweizhang2013
|
e9dd3d828a
|
issue #3498: commit jsruntime
|
2014-02-10 18:15:30 +08:00 |
Siim Kallas
|
881757a792
|
Fixed crashing when calling CCDirector's end().
|
2014-02-01 22:10:00 +02:00 |
Ricardo Quesada
|
924951d3b5
|
glview uses rect instead of size
this is because it could be needed if you want to create a view
inside a window in an specific position
|
2014-01-30 20:16:40 -08:00 |
Ricardo Quesada
|
7da8c84a75
|
Renames EGLView -> GLView
|
2014-01-30 16:51:43 -08:00 |