Commit History

Author SHA1 Message Date
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers 8 years ago
  Ignacio Etcheverry 2f290038d6 Removes type information from method binds 8 years ago
  Bojidar Marinov 7b7c7c8dc0 Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER 8 years ago
  Rémi Verschelde 76005a8e75 Style: Apply clang-format on all files 8 years ago
  Juan Linietsky 25678b1876 -Renamed GlobalConfig to ProjectSettings, makes more sense. 8 years ago
  Rémi Verschelde c5ba9d9b7c Merge pull request #9703 from Noshyaar/docs 8 years ago
  geequlim 5a2500f580 Fix errors with global config names no more sorrys please 8 years ago
  Poommetee Ketson 49c7620326 Add object type hint for docs 8 years ago
  Juan Linietsky 5b3709d309 Removal of InputEvent as built-in Variant type.. 8 years ago
  Rémi Verschelde df61dc4b2b Add "Godot Engine contributors" copyright line 8 years ago
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) 8 years ago
  Juan Linietsky de0045cf1b -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 8 years ago
  Hein-Pieter van Braam 411ee71b4d Rename the _MD macro to D_METHOD 8 years ago
  Fabio Alessandrelli 9100db7b94 Keyboard Input modifiers do not block actions. 8 years ago
  Rémi Verschelde f44ee891be Style: Fix statements ending with ';;' 8 years ago
  Rémi Verschelde 3890256fc5 Style: Cleanups, added headers, renamed files 8 years ago
  Rémi Verschelde 93ab45b6b5 Style: Fix whole-line commented code 8 years ago
  Juan Linietsky 547a57777b renamed joystick to joypad everywhere around source code! 8 years ago
  Juan Linietsky 0f7af4ea51 -Changed most project settings in the engine, so they have major and minor categories. 8 years ago
  Juan Linietsky 118eed485e ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 8 years ago
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! 8 years ago
  Fabio Alessandrelli 17d7e6a142 Fix Keyboard Input Hangs when using modifiers 8 years ago
  Andreas Haas 84783fe77b Fix input action pressed state not changing for quick joystick movements. 9 years ago
  Juan Linietsky 5b96c3a552 -Modified Input and added is_action_just_pressed() as well as is_action_just_released() 9 years ago
  Andreas Haas a9779efe82 fix ui_* input events in Editor 9 years ago
  Juan Linietsky 64fd75d91a Make Input Actions config not affect the editor 9 years ago
  J08nY 1a80b2a04a Added InputMap.get_actions() 9 years ago
  Hinsbart 3b12f9ea82 add sign comparison for joystick axis events in InputMap::_find_event 9 years ago
  Hubert Jarosz 4a4f247914 remove trailing whitespace 9 years ago
  hondres 9544042adb fix InputMap::action_erase_event() 9 years ago