fixed velocity math mistake, updated gravtiy well force to look better
[libbear.git] / lib /
2010-09-06 Patrik Gorniczfixed compile error with newer compilers
2010-01-13 Patrik Gorniczchange some make varibles to be lower case and hence...
2009-09-20 Patrik Gorniczmore work towards compiling under cygwin
2009-09-20 Patrik Gorniczstarted changes to allow compiling from cygwin
2009-09-09 Patrik Gorniczremoved usage of std::set, added removeItem and removeA...
2009-09-04 Patrik Gorniczadded reference to netbeans bug
2009-09-04 Patrik Gorniczremoved usages of $${@D} in favour of $${SS_DIR}
2009-09-02 Patrik Gorniczcreated BEAR_CASSERT and renamed dassert to BEAR_DASSERT
2009-09-02 Patrik Gorniczexpanded Array and replaced all usages of std::vector...
2009-09-02 Patrik Gorniczchanged queue to array and abstracted a deque from it
2009-09-02 Patrik Gorniczadded NULL define in debug.h
2009-09-01 Patrik GorniczMerge branch 'physics'
2009-09-01 Patrik Gorniczfinished changes to deps directory building
2009-09-01 Patrik Gorniczstarted fix to deps directory building
2009-09-01 Patrik Gorniczchanged all directory usages to dir/name instead of...
2009-09-01 Patrik Gorniczremoved trailing / from directories (given in files.mk)
2009-09-01 Patrik Gorniczadded more warning flags
2009-08-23 Patrik Gornicz.d files are now created with .o files
2009-08-19 Patrik Gorniczreworked queue to use pointers instead of indexs
2009-08-19 Patrik Gorniczadded if debug comments to dassert
2009-08-19 Patrik Gorniczchange mod to use unsigned ints
2009-08-04 Patrik Gorniczfixed many missed cases in Queue
2009-08-04 Patrik Gorniczfirst run implementation of Queue
2009-08-02 Patrik GorniczAdded Queue and Set stubs
2009-08-01 Patrik Gorniczadded bear to include folder
2009-07-27 Patrik Gorniczchanged phony make targets for projects to be suffixies...
2009-07-01 Patrik Gorniczcreated function include varibles F_
2009-07-01 Patrik Gorniczcreated cleanrules.mk
2009-07-01 Patrik Gorniczcreated stackpush/pop include functions
2009-07-01 Patrik Gorniczcreate B_ varibles for build types
2009-06-23 Patrik Gorniczremoved srcpath
2009-06-23 Patrik Gorniczremoved old comment
2009-06-23 Patrik Gorniczmake: created global directory names
2009-06-20 Patrik Gorniczfixed makefile hack to get tests depending on libs
2009-06-20 Patrik Gorniczcreated global lib varibles
2009-06-20 Patrik Gorniczmoved dir dep rule to package level
2009-06-20 Patrik Gorniczmoved mkdir cmd to root
2009-06-20 Patrik Gorniczcreated some cmd varibles
2009-06-20 Patrik Gorniczadded packages file to describe items in packages that...
2009-06-17 Stephen WhitmoreFilled in implementation of Vector2::angle().
2009-06-17 Patrik Gorniczcleaned up the make files, added missing all target
2009-06-13 Patrik Gorniczsetup save/restore for includes
2009-06-13 Patrik Gorniczadded DIRNAME to each directory, tests now have there...
2009-06-13 Patrik Gorniczupdated target to use only suffixies
2009-06-13 Patrik Gorniczclean now cleans bin, mkdir does not use -p
2009-06-13 Patrik Gorniczadded prefixes to tests
2009-06-13 Patrik Gorniczfixes tests deps rule, changed to one line
2009-06-13 Patrik Gorniczfixed a path issue with deps
2009-06-13 Patrik Gorniczadded varible prefixes to lib
2009-06-12 Patrik Gorniczadded $P to tests, fixed some bugs with mixing
2009-06-12 Patrik Gorniczsuffixing varibles began (lib)
2009-06-08 Patrik Gorniczchanged how flags are set for targets, fixed deps incfl...
2009-06-07 Patrik Gorniczchanged cxxflags for targets
2009-06-07 Patrik GorniczMoved library files into a lib directory