Historial de Commits

Autor SHA1 Mensaje Fecha
  cutealien 32585c5ed0 Cleanup: Make some variables const. hace 5 años
  cutealien fd155bead0 Add operator[] to vector2d and vector3d hace 5 años
  cutealien 8a5b18ac23 Spelling fix. hace 6 años
  fixeworks e6936a81fe Removed duplicated method I added by mistake in vector2d.h Refactored code to use older and better method. hace 7 años
  fixeworks cd3c0beb9d Fixed all compilation errors that Visual studio skipped. Now all added functions are unit-tested. hace 7 años
  cutealien 34639b9d70 Fix some compile errors and warnings on MinGW. hace 7 años
  fixeworks 56f0372862 Added new intersection methods, improved comparison to be reusable (without hardcoding rounding constants), added unit tests for some functionality hace 7 años
  cutealien ee1baae711 Revert r5383 (compile errors). hace 7 años
  fixeworks f46acc45b8 Added methods to test orientation and if a point is on a segment hace 7 años
  cutealien bff50c751d Spelling fixes. hace 8 años
  cutealien b09c2a5c2d vector2d::equals now has an tolerance parameter for passing the epsilon (like vector3d has already). Note that this changes the default behavior of vector2d::equals as well as functions using it like the operators for ==, !=, <, >, <=, >= when using vector2d with f64 as the tolerance is increased in that case (for f32 and integer values it shouldn't make any difference). hace 11 años
  hybrid 9f7227b7ad Some whitespace adjustment. hace 11 años
  hybrid 0a2330890a Bump copyright to 2012 hace 12 años
  cutealien 80011c5b1b Add explicit cast in vector2d::getAngleWith to avoid warnings when using type irr::s64. hace 13 años
  hybrid 40480a7822 Merged revisions 4001-4056 from 1.7 branch. Keycode updates, fix compilation errors, vector normalize error case fixed, joystick safety fixes, editbox updates, meshviewer modal window fix, isPointInsideFast changes. hace 13 años
  hybrid afa978f2a5 Merge from 1.7 branch, revisions 3877-3908. Fix for getSphericalCoordinateAngles, some warnign fixes, md2 normal fix, several GUI fixes, isPointInside fix, zip endianess fix. hace 13 años
  hybrid 73414257b5 Fix NAN error in getAngle of vector2d, patch by Rocko Bonaparte hace 13 años
  hybrid 13793ac522 Merged from branch 1.7, revisions 3607-3725. Fix some compilation errors, fix soname in Linux Makefile, calculation fix in vector2d class, CGUIScrollBar event handling fix. hace 13 años
  hybrid 5e4d495dcc Bump copyright dates to 2011. hace 14 años
  hybrid e8fa33e154 Merged from 1.7 branch, revisions 3300-3357. Huge number of bug fixes, mostly in GUI and serialization. hace 14 años
  hybrid 675fd7637e Merge revisions 3139:3171 from 1.7 branch. Many new tests and bug fixes. hace 15 años
  hybrid ffb7a5c334 Merged revisions 2485:2528 from 1.5 branch. Updated changes.txt. Fix for getAngle. Font handling fixed. hace 15 años
  hybrid 3ef1b18308 Fix eol-style for all code files to CRLF for simpler file handling. hace 15 años
  hybrid 7e5822ec2c Fix eol-style for all code files to native. hace 15 años
  bitplane 0ce6ba201e Re-ordered some member variables so that padding on 64-bit pointers don't use unnecessary space, also defined bit fields for some bools and moved them to the end of memory. Some minor formatting changes, and got rid of the annoying upper case .H in the VC projects. hace 16 años
  engineer_apple c130d56b76 Changes in 1.6 TA hace 16 años
  engineer_apple cf2cfa5f14 Changes in version 1.6, TA hace 16 años
  hybrid 7472bcd83c Merged from 1.5 branch to trunk, all changes from 2042 to 2071. cursor setVisible fix, OSX FPS cam fix, ALPHA_CHANNEL_REF fix, new method draw2dRectOutline, setOverrideFont fixes, getCollisisonPoint distance bug fix. hace 16 años
  rogerborg 77d97b18bf Make position2d a typedef of vector2d. Very tentatively deprecate position2d. Add the position2d methods that operate on a dimension2d to vector2d. Add vector2d constructor and equality methods to dimension2d. Add a new test case that verifies that vector2d and position2d are interchangeable, and that vector2d and dimension2d can operate on and implicitly convert each other. Remove the now duplicate position2d methods from CAttributeImpl. Tested with unit/regression tests and building all the examples. This should be a transparent change for users. hace 16 años
  hybrid ad43762777 Merged from 1.5 branch to trunk, all changes from 1913 to 1932. Mostly example and test fixes. Some bug fixes, camera interface changes. hace 16 años