godot/drivers/theora
Juan Linietsky 8cab401d08 3D Physics Rework, Other Stuff
-=-=-=-=-=-=-=-=-=-=-=-=-=-

3D Physics:
-Fixed "Bounce" parameter in 3D
-Fixed bug affecting Area (sometims it would not detect properly)
-Vehicle Body has seen heavy work
-Added Query API for doing space queries in 3D. Needs some docs though.
-Added JOINTS! Adapted Bullet Joints: and created easy gizmos for setting them up:
   -PinJoint
   -HingeJoint (with motor)
   -SliderJoint
   -ConeTwistJoint
   -Generic6DOFJoint
-Added OBJECT PICKING! based on the new query API. Any physics object now (Area or Body) has the following signals and virtual functions:
    -input_event (mouse or multitouch input over the body)
    -mouse_enter (mouse entered the body area)
    -mouse_exit (mouse exited body area)
   For Area it needs to be activated manually, as it isn't by default (ray goes thru).

Other:

-Begun working on Windows 8 (RT) port. Compiles but does not work yet.
-Added TheoraPlayer library for improved to-texture and portable video support.
-Fixed a few bugs in the renderer, collada importer, collada exporter, etc.
2014-09-15 11:33:30 -03:00
..
x86 GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
x86_vc GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
analyze.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
apiwrapper.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
apiwrapper.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
bitpack.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
bitpack.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
codec.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
cpu.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
cpu.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
dct.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
decapiwrapper.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
decinfo.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
decint.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
decode.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
dequant.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
dequant.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
encapiwrapper.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
encfrag.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
encinfo.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
encint.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
encode.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
encoder_disabled.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
enquant.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
enquant.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
fdct.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
fragment.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
huffdec.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
huffdec.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
huffenc.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
huffenc.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
huffman.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
idct.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
info.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
internal.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
internal.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
mathops.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
mathops.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
mcenc.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
modedec.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
ocintrin.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
quant.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
quant.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
rate.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
state.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
theora.exp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
theora.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
theoradec.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
theoraenc.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
tokenize.c GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
video_stream_theora.cpp 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
video_stream_theora.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
yuv2rgb.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00