summary refs log tree commit diff stats
path: root/nbproject
Commit message (Collapse)AuthorAgeFilesLines
* Engine: Created Fade transitionsStarla Insigna2009-02-151-1/+3
| | | | | | | | Along with Fade Transitions, other things such as the GameOver and TitleScreen special events have been implemented. Also, an unchecked bug in ObjectLoader has been fixed. The current Fade implementation isn't currently that elegant. There should be a way to make it better, but it'll do for now. Closes #13
* Started MessageWindowStarla Insigna2009-02-085-0/+0
| | | | Currently, MessageWindow splits a string into four lines and displays it when necessary. However, there is currently no way to close the window, it does not animate upon opening and more.
* Fixed "walk-thru-me" bugStarla Insigna2009-01-272-0/+134
| | | | Previously, Map's checkForCollision did not properly check collision and would allow an event to initiate movement to a location another event was already moving to (but wasn't at yet).
* Imported sourcesStarla Insigna2009-01-171-1/+2
|
* Created the NetBeans projectStarla Insigna2008-11-154-0/+732
86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169