Commit 8db799e
committed
Squashed commit of the following:
commit 253cc6c
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Sat Jun 8 22:32:57 2013 +0900
added tiny script to kill all ds_store
commit 517422f
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Sat Jun 8 22:01:31 2013 +0900
ignored *.app
commit 82c2842
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Sat Jun 8 21:42:58 2013 +0900
added second args to ramInitialize(). bool usePresetScenes is used for show/hide preset scene buttons on GUI
commit 7a03aa5
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Sat Jun 8 20:44:13 2013 +0900
added Preprocessor Macros
commit 8c7e5ca
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Fri Jun 7 17:27:45 2013 +0900
changed revision
commit 6b5d746
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Fri Jun 7 16:50:29 2013 +0900
added revision specification
commit c77c5e8
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Thu Jun 6 22:13:11 2013 +0900
changed deployment target, base sdk settings
commit 900bc7c
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Sun Apr 28 22:10:56 2013 +0900
ignored MotionData-OSCServer
commit 6dad9cf
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Sun Apr 28 21:31:24 2013 +0900
added release build setting
commit ef58b6d
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Sun Apr 28 14:54:44 2013 +0900
added vs2010proj file
commit a561d72
Author: Motoi Shimizu <shimizu.motoi@gmail.com>
Date: Sun Apr 28 02:25:38 2013 +0900
RAMOSCServer initital commit1 parent 7f39c9d commit 8db799e
38 files changed
Lines changed: 3293 additions & 50 deletions
File tree
- apps
- RAMDanceToolkit
- RAMDanceToolkit.xcodeproj
- src
- RAMOSCServer
- RAMOSCServer.xcodeproj
- bin/data
- src
- examples
- example-emptyScene/example-emptyScene.xcodeproj
- example-empty/example-empty.xcodeproj
- example-movingCamera/example-movingCamera.xcodeproj
- example-nodeFinder/example-nodeFinder.xcodeproj
- example-ramEvents/example-ramEvents.xcodeproj
- example-ramFilters/example-ramFilters.xcodeproj
- example-ramRecognizer/example-ramRecognizer.xcodeproj
- example-recording/example-recording.xcodeproj
- example-simpleGraphics/example-simpleGraphics.xcodeproj
- libs
- project/osx/RAMDanceToolkit.xcodeproj
- ram
- Core
- Filter
- UI
- script/release
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
570 | | - | |
| 570 | + | |
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
| 700 | + | |
700 | 701 | | |
701 | 702 | | |
702 | 703 | | |
703 | 704 | | |
704 | 705 | | |
| 706 | + | |
705 | 707 | | |
706 | 708 | | |
707 | 709 | | |
| |||
727 | 729 | | |
728 | 730 | | |
729 | 731 | | |
| 732 | + | |
730 | 733 | | |
731 | 734 | | |
732 | 735 | | |
733 | 736 | | |
734 | 737 | | |
| 738 | + | |
735 | 739 | | |
736 | 740 | | |
737 | 741 | | |
| |||
751 | 755 | | |
752 | 756 | | |
753 | 757 | | |
| 758 | + | |
754 | 759 | | |
755 | 760 | | |
756 | 761 | | |
| |||
829 | 834 | | |
830 | 835 | | |
831 | 836 | | |
| 837 | + | |
832 | 838 | | |
| 839 | + | |
833 | 840 | | |
834 | 841 | | |
835 | 842 | | |
| |||
849 | 856 | | |
850 | 857 | | |
851 | 858 | | |
| 859 | + | |
852 | 860 | | |
853 | 861 | | |
854 | 862 | | |
| |||
927 | 935 | | |
928 | 936 | | |
929 | 937 | | |
| 938 | + | |
930 | 939 | | |
| 940 | + | |
931 | 941 | | |
932 | 942 | | |
933 | 943 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments