Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Really fixes fullscreen mode in OS X, even during startup (detail)
- Made type-checking for arguments less trict between bool, int real. Fixes #1816 (detail)
- Set settings directory variable when loading settings fails (detail)
- Abort when exporting fails (detail)
- Change the order of the filter (detail)
- fix delete packed data (detail)
- PhysicsServerSW::body_is_shape_set_as_trigger - missing return statement (detail)
- minor fixes in drivers mpc and vorbis. (detail)
- fixed issue with format string in PCKPacker::flush (detail)
- fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguous (detail)
- added notes to resolve undefined behavior of calculations in tweening (detail)
- optional formal changes (detail)
- fixed ColorRgb attribute init order of struct (detail)
- clearified parenthesis of if construct (detail)
- Better OS X fullscreen support, without the nasty startup effect (detail)
- -removed dynamic_cast on CheckBox, fixes #1830 (detail)
- update rtaudio to latest version (detail)
- Fix segment violation MINIZIP_ENABLED (detail)
- Delete line without functionality (detail)
- window_management input fix (detail)
- fixes_demo3d_shaders_materials_missing_light (detail)
- add_missing_textures_to_particles (detail)
- -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791. (detail)
- corrected copyright date in project manager, fixes #1870 (detail)
- -Added prints() function, fixes #1132, #1859 (detail)
- particles in navmesh demo are nice again (detail)
- -fix clip+center alignment on Button, fixes #1865 (detail)
- Change windows build to use CFlag /Od so that you get the full debug experience. Without this flag set, Visual Studio lets you use breakpoints, but the watch and locals is pretty much useless. (detail)
- Deleted unused variable (detail)
- Remove focus from restart button, fixes #1850 (detail)
- - Implemented support for fixed process on timer. Useful for cooldowns without the influence from framerate (detail)
- -convert to subscene keeps signal connections, fixes #1863 (detail)
- -compatibility option for physicsbody layers, fixes #1842 (detail)
- Added Doxyfile for Doxygen documentation. Had to modify codec.h because it already had set up the mainpage. Added a logo without text for the Doxygen pages upper top left corner. Pointed Doxyfile to README.md. Thinking of adding Markup in c files pointing to Wiki links. That way we have current source markup but it points to Wiki for major documentation effort. (detail)
- Forgot this. It points Doxyfile to the logo without text. (detail)
- -fixed some glitches in isometric light demo, closes #1858 (detail)
- -improved one-way collision handling in both dynamic and character bodies for 2D, fixes #1854 (detail)
- Removed redundant code in the kinematic 3D demo. (detail)
- -Updated isometric 2d demo to work using the new isometric support, fixes #1849 (detail)
- fixed crash on make resources unique menu option, fixes #1874 (detail)
- -shadergraph now saved when on external file and modified, fixes #1832 (detail)
- fixs particles on 3d platformer demo, closes #1588 (detail)
- Translation Demo (detail)
- -Fixed bug in translation remaps, also added proper demo, maybe fixes #1729 (detail)
- -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843 (detail)
- Fixes problem parsing config files using ConfigFile (detail)
- Fix #1898 (detail)
- Ignore etags, ctags, gtags and cscope. (detail)
- fix multitouch release problem (detail)
- -bit slower execution in debug, but proper error reporting for get index and operators, fixes #1911 (detail)
- -small motion demo, to better troubleshoot (detail)
- sleeping property now should work properly, fixes #1892 (detail)
- -Integers and Float should interpolate on animation, maybe fixes #1891, please test (detail)
- Put this back to fix web page.Will have to figure something else for mainpage in doxygen. (detail)
- properly save external resources, fixes #1924 (detail)
- fix crash on help, closes #1873 (detail)
- reinstante focus into textedit after menu used in code editor (detail)
- added a built-in scene changer API, closes #1928 (detail)
- small description improvement (detail)
- version bump to rc3 (detail)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement