madmaxoft
|
6be79575fd
|
Style: Normalized spaces after if, for and while.
|
2014-07-21 17:38:50 +02:00 |
|
madmaxoft
|
00c524519e
|
Fixed style: spaces after commas.
|
2014-07-19 14:53:41 +02:00 |
|
madmaxoft
|
7fff12bfac
|
Fixed spaces around single-line comments.
There should be at least two spaces in front and one space after //-style comments.
|
2014-07-17 19:13:23 +02:00 |
|
madmaxoft
|
993fd14ddf
|
Fixed basic whitespace problems.
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
|
2014-07-17 16:33:09 +02:00 |
|
Tycho
|
e3bdc81ca0
|
Fixed MobProximity Counter to remove chunk copys
|
2014-04-27 06:46:13 -07:00 |
|
Tycho
|
57b8ee9163
|
Merge branch 'master' into chunksparsing/structs
Conflicts:
src/Chunk.cpp
src/Chunk.h
|
2014-04-27 06:35:27 -07:00 |
|
Tycho
|
e40f9d6e5b
|
Implemented Chunk Sparsing with segments
|
2014-04-26 10:50:23 -07:00 |
|
jfhumann
|
013da806ec
|
Did some static analysis, fixed some bugs and optimized a lot of code
|
2014-04-18 21:09:44 +02:00 |
|
Tiger Wang
|
161a1c7274
|
Fixed mobs too close to player not ticking
A condition would never be fulfilled. A number squared was compared to
-1, but there is nothing that, multiplied by itself, gives -1.
|
2014-01-24 19:54:13 +00:00 |
|
Alexander Harkness
|
675b4aa878
|
Moved source to src
|
2013-11-24 14:19:41 +00:00 |
|