aboutsummaryrefslogtreecommitdiff
path: root/servers/register_server_types.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated Godot 3D physics engineAndrea Catania2018-02-261-2/+3
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-5/+6
|
* Implemented physics plugAndreaCatania2017-11-041-6/+33
| | | | | | | | | | | | | | | | | | | | Moved init_physics Implemented physics 2D plug Fix clang Fix clang Fix static check Fix clang Fix static check Moved physics server initialization Moved physics server settings initialization
* Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij2017-10-141-8/+0
|
* Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-091-0/+8
| | | | | | This field represents if the class is exposed to the scripting API. The value is 'true' if the class was registered manually ('ClassDB::register_*class()'), otherwise it's false (registered on '_post_initialize'). - Added missing registration of classes that are meant to be exposed.
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-281-0/+15
| | | | | | Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-5/+5
| | | | -Added system for feature overrides, it's pretty cool :)
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-2/+0
| | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-0/+1
| | | | | | | | -Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-34/+32
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* -renamed globals.h to global_config.cpp (this seems to have caused a few ↵Juan Linietsky2017-02-211-1/+1
| | | | | | modified files) -.pck and .zip exporting redone, seems to be working..
* Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-0/+1
|
* Added audio bus phaser effect, welcome to the 70s, baby!Juan Linietsky2017-01-231-0/+2
|
* Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky2017-01-231-0/+2
|
* Added Audio Limiter bus effect, and sidechain ability to compressor.Juan Linietsky2017-01-221-0/+2
|
* Simple to use compressor effectJuan Linietsky2017-01-221-0/+2
|
* Delay sound effectJuan Linietsky2017-01-221-7/+9
|
* Added new Audio Bus Chorus effect.Juan Linietsky2017-01-221-14/+23
| | | | Added new Audio Bus Panner effect.
* Added BUS effect, Stereo EnhancerJuan Linietsky2017-01-211-0/+3
|
* distortion effectJuan Linietsky2017-01-211-0/+2
|
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-0/+26
|
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-4/+1
|
* remove shorteners for server types in scriptJuan Linietsky2017-01-111-6/+0
|
* -Changed most project settings in the engine, so they have major and minor ↵Juan Linietsky2017-01-051-12/+14
| | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-9/+9
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-2/+6
|\ | | | | | | | | Various merge conflicts have been fixed manually and some mistakes might have been made - time will tell :)
| * -the new shader language seems to workJuan Linietsky2016-10-071-2/+6
| | | | | | | | | | -shader editor plugin can edit shaders -code completion in shader editor plugin
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/ | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.Ovnuniarchos2016-01-301-2/+2
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* -Ability to debug video memory usageJuan Linietsky2015-10-211-0/+20
| | | | -Small fix to xml saver (swapping > and <)
* fix register Physics2DTestMotionResultvolzhs2015-06-151-1/+1
|
* -Rewritten KinematicBody2D::move to MUCH more efficient code.Juan Linietsky2015-04-191-0/+1
| | | | | | -KinematicBody2D::move now properly recognizes collision exceptions and masks, fixes #1649 -Removed object type masking for KinematicBody2D -Added a test_motion() function to RigidBody2D, allowing simlar behavior to KinematicBody2D::move there.
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Huge Amount of BugFixJuan Linietsky2014-10-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Fixes to Collada Exporter (avoid crash situtions) -Fixed to Collada Importer (Fixed Animation Optimizer Bugs) -Fixes to RigidBody/RigidBody2D body_enter/body_exit, was buggy -Fixed ability for RigidBody/RigidBody2D to get contacts reported and bodyin/out in Kinematic mode. -Added proper trigger support for 3D Physics shapes -Changed proper value for Z-Offset in OmniLight -Fixed spot attenuation bug in SpotLight -Fixed some 3D and 2D spatial soudn bugs related to distance attenuation. -Fixed bugs in EventPlayer (channels were muted by default) -Fix in ButtonGroup (get nodes in group are now returned in order) -Fixed Linear->SRGB Conversion, previous algo sucked, new algo works OK -Changed SRGB->Linear conversion to use hardware if supported, improves texture quality a lot -Fixed options for Y-Fov and X-Fov in camera, should be more intuitive. -Fixed bugs related to viewports and transparency Huge Amount of New Stuff: -=-=-=-=-=-=-=-==-=-=-=- -Ability to manually advance an AnimationPlayer that is inactive (with advance() function) -More work in WinRT platform -Added XY normalmap support, imports on this format by default. Reduces normlmap size and enables much nice compression using LATC -Added Anisotropic filter support to textures, can be specified on import -Added support for Non-Square, Isometric and Hexagonal tilemaps in TileMap. -Added Isometric Dungeon demo. -Added simple hexagonal map demo. -Added Truck-Town demo. Shows how most types of joints and vehicles are used. Please somebody make a nicer town, this one is too hardcore. -Added an Object-Picking API to both RigidBody and Area! (and relevant demo)
* 3D Physics and Other StuffJuan Linietsky2014-09-021-0/+1
| | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too. -A lot of fixes to the 3D physics engine -Added KinematicBody with demo -Fixed the space query API for 2D (demo will come soon). 3D is WIP. -Fixed long-standing bug with body_enter/body_exit for Area and Area2D -Performance variables now includes physics (active bodies, collision pairs and islands) -Ability to see what's inside of instanced scenes! -Fixed Blend Shapes (no bs+skeleton yet) -Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+68