Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-01 | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines. | |||
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | |
Done with `autopep8 --select=E2,W2`, fixes: - E201 - Remove extraneous whitespace. - E202 - Remove extraneous whitespace. - E203 - Remove extraneous whitespace. - E211 - Remove extraneous whitespace. - E221 - Fix extraneous whitespace around keywords. - E222 - Fix extraneous whitespace around keywords. - E223 - Fix extraneous whitespace around keywords. - E224 - Remove extraneous whitespace around operator. - E225 - Fix missing whitespace around operator. - E226 - Fix missing whitespace around operator. - E227 - Fix missing whitespace around operator. - E228 - Fix missing whitespace around operator. - E231 - Add missing whitespace. - E231 - Fix various deprecated code (via lib2to3). - E241 - Fix extraneous whitespace around keywords. - E242 - Remove extraneous whitespace around operator. - E251 - Remove whitespace around parameter '=' sign. - E261 - Fix spacing after comment hash. - E262 - Fix spacing after comment hash. - E265 - Format block comments. - E271 - Fix extraneous whitespace around keywords. - E272 - Fix extraneous whitespace around keywords. - E273 - Fix extraneous whitespace around keywords. - E274 - Fix extraneous whitespace around keywords. - W291 - Remove trailing whitespace. - W293 - Remove trailing whitespace. | |||
2016-11-01 | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | |
Done with `autopep8 --select=E1`, fixes: - E101 - Reindent all lines. - E112 - Fix under-indented comments. - E113 - Fix over-indented comments. - E115 - Fix under-indented comments. - E116 - Fix over-indented comments. - E121 - Fix a badly indented line. - E122 - Fix a badly indented line. - E123 - Fix a badly indented line. - E124 - Fix a badly indented line. - E125 - Fix indentation undistinguish from the next logical line. - E126 - Fix a badly indented line. - E127 - Fix a badly indented line. - E128 - Fix a badly indented line. - E129 - Fix a badly indented line. | |||
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | |
Also switch existing shebangs to "better" /usr/bin/env python. | |||
2016-10-15 | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | |
2016-10-15 | glew: Split thirdparty files and isolate env | Rémi Verschelde | |
Not fully happy about the way this one interacts with the various platforms. Maybe the platform_config.h should be generated by the SCsub instead of passing a define just to know where is the header. | |||
2016-06-29 | Fixed building for latest Haiku nightlies. | Jamil Halabi | |
2016-06-22 | Fixed iCCp chunk in pngs | J08nY | |
neccesary for libpng 1.6.27 to work silently | |||
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-08 | GLEW: Define static + enabled and includes via SCons | Rémi Verschelde | |
This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location. | |||
2016-06-08 | Haiku: Do not define GLEW_ENABLED to undefine it later | Rémi Verschelde | |
Partial revert of f61eb5fd8e13642c82364f8ee66a0f6c791a4511. | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-02-17 | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde | |
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626. | |||
2016-01-16 | Haiku: add resource file | Kostadin Damyanov | |
2016-01-15 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
2016-01-04 | Remove unnecessary null pointer checks | Emmanuel Leblond | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-26 | Haiku: fix build | Kostadin Damyanov | |
2015-11-02 | Moved deleting sample player in OS finalize methods to before deleting audio ↵ | Saracen | |
server to prevent crash when exiting. | |||
2015-10-17 | Haiku: fix build | Kostadin Damyanov | |
2015-08-14 | Haiku: move the audio driver to platform/haiku | Kostadin Damyanov | |
2015-08-13 | Haiku: update logo.png | Kostadin Damyanov | |
2015-08-12 | Haiku: remove unneeded code | Kostadin Damyanov | |
2015-08-12 | Haiku: remove unneeded code | Kostadin Damyanov | |
2015-07-26 | Haiku: add sound support | Kostadin Damyanov | |
2015-07-20 | Haiku: update detect.py | Kostadin Damyanov | |
2015-07-12 | Haiku: add keyboard support | Kostadin Damyanov | |
2015-07-02 | Haiku: gl context locking | Kostadin Damyanov | |
2015-06-23 | Haiku: implement some more window-related methods | Kostadin Damyanov | |
2015-06-21 | Haiku: add support for mouse wheel | Kostadin Damyanov | |
2015-06-21 | Haiku: add some screen and window-related methods | Kostadin Damyanov | |
2015-06-20 | Haiku: implemet get_widow_size() get/set_window_position() | Kostadin Damyanov | |
2015-06-20 | Haiku: cleanup, add TODOs | Kostadin Damyanov | |
2015-06-20 | Haiku: handle the quit request message | Kostadin Damyanov | |
2015-06-18 | Haiku: implement get_mouse_pos() and get_mouse_button_state() | Kostadin Damyanov | |
2015-06-17 | Haiku: read the status of the key modifiers and mouse buttons | Kostadin Damyanov | |
2015-06-16 | Haiku: handle mouse movement and click events | Kostadin Damyanov | |
2015-06-11 | Haiku: create a GL context and initialize the audio and physics servers | Kostadin Damyanov | |
2015-05-30 | Haiku: start implementing the os-dependant stuff | Kostadin Damyanov | |
2015-05-29 | Haiku: fix build, link with libGL and libGLEW | Kostadin Damyanov | |
2015-05-28 | Haiku: enable building with GLES | Kostadin Damyanov | |
2015-05-28 | Haiku: enable debug support | Kostadin Damyanov | |
2015-05-25 | Haiku: some small fixes | Kostadin Damyanov | |
2015-05-25 | Haiku: link with the haiku libs, stub the OS_Haiku class. | Kostadin Damyanov | |
2015-05-25 | Haiku: fix building with UNIX_ENABLED. | Kostadin Damyanov | |
2015-05-24 | Haiku: Initial support. | Kostadin Damyanov | |