2015-08-10 |
sheepluva |
more copyright fixes
|
file |
diff |
annotate
|
2015-07-19 |
sheepluva |
add some chat message colors
|
file |
diff |
annotate
|
2015-07-12 |
sheepluva |
chat: make sure that CTRL is the /only/ modifier key pressed when detecting ctrl+a etc
|
file |
diff |
annotate
|
2015-06-06 |
sheepluva |
fix chat lines losing color information on texture reload
|
file |
diff |
annotate
|
2015-05-04 |
sheepluva |
chat: simplify some code and fix bugs I noticed during testing
|
file |
diff |
annotate
|
2015-04-30 |
sheepluva |
chat: further tweaks and cleanups
|
file |
diff |
annotate
|
2015-04-30 |
sheepluva |
different implementation for utf-8 char detection/handling
|
file |
diff |
annotate
|
2015-04-30 |
sheepluva |
chat: generate utf8 info e.g. for pasted contents
|
file |
diff |
annotate
|
2015-03-23 |
sheepluva |
show correct default if current team is local team
|
file |
diff |
annotate
|
2015-03-22 |
sheepluva |
make using hog speech a bit more comfortable
|
file |
diff |
annotate
|
2015-03-18 |
sheepluva |
fallback to first color in colors array if there is no valid color specified
|
file |
diff |
annotate
|
2015-03-08 |
sheepluva |
and ofc fix pas2c build
|
file |
diff |
annotate
|
2015-03-08 |
sheepluva |
render input prefix independent of inputstr so that e.g. a username will not lead to weirdnesses
|
file |
diff |
annotate
|
2015-03-08 |
sheepluva |
chat/copypaste: some adjustments and sanity checks
|
file |
diff |
annotate
|
2015-03-08 |
sheepluva |
copy to/paste from system clipboard (via frontend)
|
file |
diff |
annotate
|
2015-03-06 |
sheepluva |
copy&paste (wip), currently using only a local clipboard
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
attempt to move cursor now removes selection even if cursor cannot actually move in the specified direction
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
quick word deletion while holding ctrl (qt style)
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
holding ctrl will now make cursor skip words/etc in a fashion similar to Qt
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
whoops, pas2c did not notice this missing ;
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
since fonts can be loaded in late, update cursor position before first chat display
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
make team key play well with new cursor
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
make sure cursor drawing position does not get messed up by screen resize
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
pas2c does not like setlength called with a shortstring apparently
|
file |
diff |
annotate
|
2015-03-01 |
sheepluva |
selections
|
file |
diff |
annotate
|
2015-02-28 |
sheepluva |
fix chat input history not restoring utf8-related info
|
file |
diff |
annotate
|
2015-02-28 |
sheepluva |
engine: moveable chat cursor. note: discovered bug that utf8 char info is lost/corrupted when input history is used
|
file |
diff |
annotate
|
2015-01-03 |
nemo |
use copyToXY instead to improve legibility
0.9.21
|
file |
diff |
annotate
|
2014-12-08 |
nemo |
Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
|
file |
diff |
annotate
|
2014-11-30 |
sheepluva |
don't forbid running regular chat commands during turns of other teams. that was probably only meant for emotes to begin with
|
file |
diff |
annotate
|