]> git.lizzy.rs Git - nothing.git/history - src
(#606) Integrate ListSelector with LevelPicker
[nothing.git] / src /
2019-03-09 rexim(#606) Integrate ListSelector with LevelPicker
2019-03-09 rexim(#606) Implement ListSelector rendering
2019-03-09 rexim(#606) Implement ListSelector ctor/dtor
2019-03-09 rexim(#606) Introduce ListSelector
2019-03-03 Alexey KutepovMerge pull request #713 from tsoding/709
2019-03-03 rexim(#709) Keep colliding boxes until it's possible
2019-03-03 rexim(#709) Implement dynarray_contains
2019-03-03 rexim(#709) Remove linked_list
2019-03-03 rexim(#709) Reimplement hashset with dynarray for buckets
2019-03-03 rexim(#709) No need to modify input elements of HashSet
2019-03-03 rexim(#709) Implement hashset_values
2019-03-03 rexim(#709) Implement hashset_count
2019-03-03 rexim(#709) Introduce hashset operations
2019-03-03 rexim(#709) implement hashset_clear
2019-03-03 rexim(#709) Implement hashset_contains
2019-03-03 rexim(#709) implement linked_list_clear
2019-03-03 rexim(#709) Implement hashset_remove
2019-03-03 rexim(#709) Implement hashset_insert
2019-03-03 rexim(#709) Introduce HashSet
2019-03-03 rexim(#709) Fix bugs in LinkedList
2019-03-03 rexim(#709) Expose NodeLL internals
2019-03-03 rexim(#709) Implement linked_list_remove
2019-03-03 rexim(#709) Implement linked_list_push_back
2019-03-03 rexim(#709) Implement push_back and pop_back operations
2019-03-03 rexim(#709) Implement LinkedList ctor and dtor
2019-03-03 rexim(#709) Introduce LinkedList type
2019-03-03 rexim(#709) Implement Dynarray
2019-02-25 Alexey KutepovMerge pull request #712 from tsoding/711
2019-02-24 rexim(#711) Make boxes aware of player's position
2019-02-24 rexim(#711) Remove dead code
2019-02-24 rexim(#711) introduce (game level box new-here)
2019-02-24 rexim(#711) Make color optional for (game level box new)
2019-02-24 Alexey KutepovMerge pull request #710 from tsoding/706
2019-02-23 rexim(#706) Preallocate BOXES_CAPACITY
2019-02-23 Alexey KutepovMerge pull request #708 from tsoding/704
2019-02-23 reximAdd TODO(#709)
2019-02-23 rexim(#704) TODO: backpropagation
2019-02-23 Alexey KutepovMerge pull request #705 from tsoding/698
2019-02-23 rexim(#698) Detected grounded state for self-collision of...
2019-02-23 Alexey KutepovMerge pull request #702 from tsoding/700
2019-02-23 rexim(#700) Just don't clip over the edge
2019-02-17 Alexey KutepovMerge pull request #699 from tsoding/694
2019-02-17 rexim(#694) Fix box pushing mechanics
2019-02-17 rexim(#694) Improve debug output of rigid bodies
2019-02-17 Alexey KutepovMerge pull request #696 from tsoding/695
2019-02-17 rexim(#695) Remove boxes' bodies on destruction
2019-02-16 Alexey KutepovMerge pull request #692 from tsoding/691
2019-02-16 rexim(#691) dying_rect -> explosion
2019-02-16 Alexey KutepovMerge pull request #690 from tsoding/634
2019-02-16 reximAdd TODO(#691)
2019-02-16 rexim(#634) Remove Rigid_rect
2019-02-16 reximTODO: Dying_rect should be called Explosion
2019-02-16 Alexey KutepovMerge pull request #689 from tsoding/636
2019-02-16 rexim(#636) Remove solid interface
2019-02-16 Alexey KutepovMerge pull request #688 from tsoding/632
2019-02-16 reximRemove TODO(#633)
2019-02-16 reximRemove TODO(#631)
2019-02-16 rexim(#632) Remove Physical_world
2019-02-16 reximRemove TODO(#685)
2019-02-16 reximRemove ID_SIZE
2019-02-16 Alexey KutepovMerge pull request #684 from tsoding/631
2019-02-16 reximAdd TODO(#687)
2019-02-16 reximAdd TODO(#686)
2019-02-16 reximAdd TODO(#685)
2019-02-16 rexim(#631) Migrate boxes to rigid_bodies
2019-02-16 Alexey KutepovMerge pull request #682 from tsoding/633
2019-02-16 reximAdd TODO(#683)
2019-02-16 rexim(#633) Migrate Player to RigidBodies
2019-02-12 Alexey KutepovMerge pull request #681 from tsoding/654
2019-02-10 rexim(#654) Make bodies exchange impulses
2019-02-10 Alexey KutepovMerge pull request #680 from tsoding/675
2019-02-10 rexim(#675) Fix twitching problem?
2019-02-10 rexim(#675) Print position of rigid rect in debug mode
2019-02-10 rexim(#675) Make position of debug info depend on the size...
2019-02-10 rexim(#675) Remove rigid_bodies->id
2019-02-10 rexim(#675) Draw position of rigid bodies in debug mode
2019-02-10 Alexey KutepovMerge pull request #678 from tsoding/677
2019-02-10 reximAdd TODO(#679)
2019-02-10 rexim(#677) Implement zoom in/out in flying mode
2019-02-10 rexim(#677) Switch the relative mouse mode depending on...
2019-02-10 rexim(#677) Fix not found target error
2019-02-09 Alexey KutepovMerge pull request #676 from tsoding/277
2019-02-09 rexim(#227) Introduce flying mode
2019-02-03 Alexey KutepovMerge pull request #674 from tsoding/655
2019-02-03 rexim(#655) Remove opposing force from rigid_bodies
2019-02-03 Alexey KutepovMerge pull request #671 from tsoding/667
2019-02-03 reximAdd TODO(#673)
2019-02-03 reximAdd TODO(#672)
2019-02-03 rexim(#667) Implement (append)
2019-02-02 Alexey KutepovMerge pull request #670 from tsoding/static-libraries
2019-02-02 reximSeparate system and ebisp static libraries
2019-02-02 Alexey KutepovMerge pull request #666 from tsoding/625
2019-02-02 reximAdd TODO(#669)
2019-02-02 reximAdd TODO(#668)
2019-02-02 reximAdd TODO(#667)
2019-02-02 rexim(#625) Actually bake lisp part of broadcast into the...
2019-02-02 rexim(#625) Make baker generate includable header
2019-02-02 rexim(#625) Introduce broadcast.lisp
2019-02-02 rexim(#625) Implement print_cons_as_c
2019-02-02 rexim(#625) Implement print_atom_as_c
next