Wed, 03 Oct 2012 12:04:29 +0400 |
unc0rr |
No commit message
|
changeset |
files
|
Mon, 01 Oct 2012 12:01:39 +0400 |
unc0rr |
- Fix warnings and hints
|
changeset |
files
|
Mon, 01 Oct 2012 00:31:38 +0400 |
unc0rr |
Show more statuses in icons.
|
changeset |
files
|
Sat, 29 Sep 2012 19:26:18 +0400 |
unc0rr |
Move hedgehog's step routine into separate function, use it in both hedgehog and ai code
|
changeset |
files
|
Fri, 28 Sep 2012 18:03:32 +0100 |
koda |
use cmake OPTION for arguments and further cleanup on CMakeFiles
|
changeset |
files
|
Thu, 27 Sep 2012 13:37:10 -0400 |
nemo |
revert since I didn't quite get this working smoothly enough. was close though. perhaps some other time. Shame because calling game tick less frequently can save a lot of CPU
|
changeset |
files
|
Fri, 28 Sep 2012 00:51:04 +0400 |
unc0rr |
Fix some hints
|
changeset |
files
|
Fri, 28 Sep 2012 00:39:20 +0400 |
unc0rr |
Shutup pas2c
|
changeset |
files
|
Fri, 28 Sep 2012 00:18:07 +0400 |
unc0rr |
vector2Angle function which converts vector to angle from -2048 to 2048
|
changeset |
files
|
Thu, 27 Sep 2012 23:24:01 +0400 |
unc0rr |
Always run simple game on medium maps
|
changeset |
files
|
Thu, 27 Sep 2012 19:15:49 +0400 |
unc0rr |
Oops
|
changeset |
files
|
Wed, 26 Sep 2012 11:36:41 +0400 |
unc0rr |
Fix framing
|
changeset |
files
|
Tue, 25 Sep 2012 22:45:40 +0400 |
unc0rr |
- Keep track of room name so correct name is displayed when you become room admin
|
changeset |
files
|
Tue, 25 Sep 2012 02:57:03 +0200 |
koda |
only accept RELASE and DEBUG build type configuration
|
changeset |
files
|
Tue, 25 Sep 2012 02:35:21 +0200 |
koda |
another little tweak
|
changeset |
files
|
Tue, 25 Sep 2012 02:25:22 +0200 |
koda |
sdl_extras updated/fixed (is this file still needed?)
|
changeset |
files
|
Tue, 25 Sep 2012 01:27:26 +0200 |
koda |
forgot a few checks from rev f40c65ae3eab
|
changeset |
files
|
Tue, 25 Sep 2012 01:02:21 +0200 |
koda |
force a DEBUG build when HW_DEV is true, some CMakeLists.txt cleanup/commenting
|
changeset |
files
|
Tue, 25 Sep 2012 00:35:49 +0200 |
koda |
slight tweak to lua linking (that will break everything, i'm sure)
|
changeset |
files
|
Sat, 22 Sep 2012 19:14:58 +0400 |
unc0rr |
Make sheepluva happy
|
changeset |
files
|
Sat, 22 Sep 2012 19:01:39 +0400 |
unc0rr |
Allow using system proxy settings
|
changeset |
files
|
Fri, 21 Sep 2012 23:33:34 +0400 |
unc0rr |
- Small fix
|
changeset |
files
|
Fri, 21 Sep 2012 23:29:57 +0400 |
unc0rr |
Support for proxies (not tested)
|
changeset |
files
|
Fri, 21 Sep 2012 01:29:33 +0200 |
koda |
blindly trying to fix the android build
|
changeset |
files
|
Fri, 21 Sep 2012 01:07:56 +0200 |
koda |
nicer debug log visuals on ios
|
changeset |
files
|
Fri, 21 Sep 2012 00:50:04 +0200 |
koda |
switch the Tremor implementation from the Cocos2D one to the lowmem-no-byte branch and let's see what happens
|
changeset |
files
|
Thu, 20 Sep 2012 23:04:10 +0200 |
koda |
update ios project file again to reflect SDL2 renaming
|
changeset |
files
|
Sun, 16 Sep 2012 23:52:36 +0200 |
Medo |
Hedgeroid: Updated base locale
|
changeset |
files
|
Thu, 20 Sep 2012 22:17:02 +0200 |
koda |
issue ENGINECLEAN only when fpc < 2.6
|
changeset |
files
|
Sun, 16 Sep 2012 22:41:58 +0200 |
Medo |
Hedgeroid: Update to new NDK toolchain (requires NDK r8b)
|
changeset |
files
|
Thu, 20 Sep 2012 22:10:32 +0200 |
koda |
updated ios project file
|
changeset |
files
|
Sun, 16 Sep 2012 22:31:34 +0200 |
Medo |
frontlib+Hedgeroid: Added support for the new client flags (chief, admin, reg)
|
changeset |
files
|
Sun, 16 Sep 2012 23:30:55 +0400 |
unc0rr |
Treat init expression in parens as just expression instead of array initializer when there's only one entry in expressions list
|
changeset |
files
|
Sun, 16 Sep 2012 17:42:48 +0200 |
Medo |
frontlib: Add/change comments to correspond to recent changes in QtFrontend and server
|
changeset |
files
|
Sun, 16 Sep 2012 22:55:33 +0400 |
unc0rr |
New hwSqrt which is up to 8.7% more efficient than old one on synthetic tests
|
changeset |
files
|
Sun, 16 Sep 2012 16:54:51 +0200 |
Medo |
Merge
|
changeset |
files
|
Sun, 16 Sep 2012 09:33:57 +0400 |
ChipHome |
Italian translation update
|
changeset |
files
|
Tue, 11 Sep 2012 22:19:23 +0400 |
ChipHome |
Italian engine translation update
|
changeset |
files
|
Sun, 09 Sep 2012 20:58:45 +0200 |
sheepluva |
recognize client-flags h and u, ROOM_CONTROL_ACCESS will be ignored from here on
|
changeset |
files
|
Sun, 09 Sep 2012 20:11:07 +0200 |
sheepluva |
client-flags: make code easier to read/prettier; add parsing of flag 'a'; add warning in console on unknown flag; ignore ADMIN_ACCESS
|
changeset |
files
|
Sun, 09 Sep 2012 19:57:13 +0400 |
unc0rr |
'h' status for room admins
|
changeset |
files
|
Sun, 09 Sep 2012 15:37:10 +0400 |
unc0rr |
Reset to default colors button
|
changeset |
files
|
Sun, 09 Sep 2012 14:45:21 +0400 |
unc0rr |
- Some improvements to tr() calls
|
changeset |
files
|
Sun, 09 Sep 2012 13:40:02 +0400 |
unc0rr |
- Fix some warnings in frontend
|
changeset |
files
|
Sun, 09 Sep 2012 11:50:34 +0400 |
unc0rr |
Polish settings page a bit
|
changeset |
files
|
Sat, 08 Sep 2012 10:30:16 +0400 |
unc0rr |
More consistency in terminology
|
changeset |
files
|
Fri, 07 Sep 2012 12:13:38 +0200 |
sheepluva |
merging in campaign updates - please test
|
changeset |
files
|
Wed, 05 Sep 2012 16:54:13 +0300 |
belphegorr |
Fixed grammar/vocabulary and improved balance
|
changeset |
files
|
Thu, 06 Sep 2012 15:47:52 +0200 |
sheepluva |
fix for issue 293 : "rope stuck after picking crate"
|
changeset |
files
|
Wed, 05 Sep 2012 12:36:47 +0200 |
sheepluva |
fix a segfault related to tcp servers deleting themselves without removing themselves from the internal server list first.
|
changeset |
files
|
Tue, 04 Sep 2012 18:40:53 -0400 |
nemo |
retain frontend effects setting exiting/leaving settings
|
changeset |
files
|
Wed, 05 Sep 2012 02:17:04 +0400 |
unc0rr |
Fix some warnings
|
changeset |
files
|
Wed, 05 Sep 2012 02:11:51 +0400 |
unc0rr |
Stop messages without possible desync on load from save
|
changeset |
files
|
Tue, 04 Sep 2012 13:18:26 +0200 |
sheepluva |
I didn't want to do this since it seems less clean, but...
|
changeset |
files
|
Tue, 04 Sep 2012 15:18:22 +0400 |
unc0rr |
Show who is the room admin on join (no tested, also I don't like how it is done via server warnings, but it seems there's no other solution compatible with .17)
|
changeset |
files
|
Tue, 04 Sep 2012 12:43:55 +0200 |
sheepluva |
skip second CheckForWin if water wasn't raised after first one
|
changeset |
files
|
Tue, 04 Sep 2012 12:34:00 +0200 |
sheepluva |
fix multi-shot related game ends leading to incomplete stats, fixes issue 372
|
changeset |
files
|
Tue, 04 Sep 2012 12:25:55 +0400 |
unc0rr |
More Qt-ish code, fix couple warnings.
|
changeset |
files
|
Tue, 04 Sep 2012 12:16:36 +0400 |
unc0rr |
Unset room restrictions on player/team joins when changing room admin
|
changeset |
files
|
Tue, 04 Sep 2012 11:09:23 +0400 |
unc0rr |
More precision
|
changeset |
files
|
Mon, 03 Sep 2012 14:50:26 -0400 |
nemo |
forgot to add back c96ff1a053d0
|
changeset |
files
|
Mon, 03 Sep 2012 20:46:34 +0200 |
sheepluva |
fix for issue 376 (embedding barrels in ceiling)
|
changeset |
files
|
Mon, 03 Sep 2012 14:08:01 -0400 |
nemo |
Fix line endings, add missing amMine entry
|
changeset |
files
|
Mon, 03 Sep 2012 20:04:42 +0200 |
sheepluva |
teleport hack fixes:
|
changeset |
files
|
Mon, 03 Sep 2012 13:52:35 -0400 |
nemo |
adjust velocity when entering/exiting the 4x routine
|
changeset |
files
|
Mon, 03 Sep 2012 12:35:51 -0400 |
nemo |
Let's try *4 instead. Not nearly as much of a win, but might be usable.
|
changeset |
files
|
Mon, 03 Sep 2012 00:00:54 -0400 |
nemo |
So, unc0rr won't let me revert to pre-e496587db93e, but reverting db731c523653 makes the rope less-sticky-enough to actually be usable in an ordinary game without my screaming at the monitor as I drown for the nth time...
|
changeset |
files
|
Sun, 02 Sep 2012 22:27:01 +0200 |
sheepluva |
if this doesn't work I shall cry like a lady
|
changeset |
files
|
Sun, 02 Sep 2012 22:09:06 +0200 |
sheepluva |
I assumed NO_VIDEOREC would be set if ${FFMPEG_FOUND} was false. doesn't seem to be the case.
|
changeset |
files
|
Sun, 02 Sep 2012 21:55:56 +0200 |
sheepluva |
engineclean returns
|
changeset |
files
|
Sun, 02 Sep 2012 19:58:56 +0400 |
unc0rr |
Not sticky rope
|
changeset |
files
|
Sun, 02 Sep 2012 11:44:59 -0400 |
nemo |
perf tweak
|
changeset |
files
|
Sun, 02 Sep 2012 10:11:24 -0400 |
nemo |
LAND_HEIGHT/LAND_WIDTH need setting later now
|
changeset |
files
|
Sun, 02 Sep 2012 09:23:36 -0400 |
nemo |
Correct snow fall/rotation (matching visual gear)
|
changeset |
files
|
Sun, 02 Sep 2012 09:36:06 +0400 |
unc0rr |
Oops
|
changeset |
files
|
Sat, 01 Sep 2012 17:11:39 -0400 |
unc0rr |
Rope fix without hacks.
|
changeset |
files
|
Sat, 01 Sep 2012 15:46:22 -0400 |
nemo |
oops
|
changeset |
files
|
Sat, 01 Sep 2012 15:44:59 -0400 |
nemo |
remove checks from c4272519b128, ed7fecd0f5fd just hides 'em instead.
|
changeset |
files
|
Sat, 01 Sep 2012 21:36:57 +0200 |
unc0rr |
hide health bars of dead teams
|
changeset |
files
|
Sat, 01 Sep 2012 12:09:59 -0400 |
nemo |
Differentiate videos from demos - navigating between them was too confusing. BTW, why is this on the front page, instead of next to the demos button?
|
changeset |
files
|
Sat, 01 Sep 2012 10:40:22 +0200 |
sheepluva |
fix parsing of 'if': identifiers can also contain underscores
|
changeset |
files
|
Fri, 31 Aug 2012 22:08:29 +0200 |
unc0rr |
fix parsing of 'if'
|
changeset |
files
|
Fri, 31 Aug 2012 22:00:31 +0200 |
sheepluva |
clean up LoadImage and UserPathz/AltPath/etc related redundancy by introducing 3 new functions in uStore.pas
|
changeset |
files
|
Fri, 31 Aug 2012 17:52:53 +0200 |
sheepluva |
* don't build moc for campaign.h
|
changeset |
files
|
Fri, 31 Aug 2012 11:10:21 -0400 |
nemo |
oops
|
changeset |
files
|
Fri, 31 Aug 2012 15:28:03 +0200 |
sheepluva |
use old approach for printing gl extentions for pas2c (less complex/no StrUtils dependencies)
|
changeset |
files
|
Fri, 31 Aug 2012 13:36:00 +0200 |
sheepluva |
min -> qMin
|
changeset |
files
|
Fri, 31 Aug 2012 12:06:48 +0200 |
sheepluva |
don't query/print GL_AUX_BUFFERS if video recording is disabled
|
changeset |
files
|
Fri, 31 Aug 2012 11:24:57 +0200 |
sheepluva |
print all GL_EXTENSIONS properly to logfile (should a;sp fix build on systems with compiler/lib versions that can't implicity cast PGLubyte to PChar)
|
changeset |
files
|
Thu, 30 Aug 2012 22:13:42 -0400 |
nemo |
Allow adjusting bitrate so that I can get a somewhat usable webm video. The audio is still tinny and unlistenable. Configuration option for that might be helpful, or just adjusting defaults in the wrapper.
|
changeset |
files
|
Sat, 25 Aug 2012 22:55:47 +0200 |
sheepluva |
add 'a classic fairytale' campaign to cmake install
|
changeset |
files
|
Thu, 30 Aug 2012 20:42:29 +0200 |
sheepluva |
dos2unix newline fixes on 7 (video recording-)merged files
|
changeset |
files
|
Thu, 30 Aug 2012 22:41:22 +0400 |
unc0rr |
Move some options to the second page so first page doesn't look ugly on low resolution
|
changeset |
files
|
Thu, 30 Aug 2012 14:26:05 -0400 |
nemo |
neglected stuff
|
changeset |
files
|
Thu, 30 Aug 2012 13:02:19 -0400 |
nemo |
Checking merge against latest trunk
|
changeset |
files
|
Wed, 29 Aug 2012 23:12:47 -0400 |
nemo |
preliminary creeper (not yet functional)
|
changeset |
files
|
Wed, 29 Aug 2012 20:07:17 +0200 |
sheepluva |
new grave: dragonball (incl. svg) by Randy
|
changeset |
files
|
Wed, 29 Aug 2012 11:48:10 -0400 |
nemo |
tiny (probably) optimisation
|
changeset |
files
|
Wed, 29 Aug 2012 10:56:32 -0400 |
nemo |
A few more operators. Committing in case unc0rr wants to fiddle.
|
changeset |
files
|
Wed, 29 Aug 2012 09:58:23 -0400 |
nemo |
isZero appears to be never used. Use it in a few obvious cases and add web variant.
|
changeset |
files
|
Wed, 29 Aug 2012 16:42:22 +0400 |
unc0rr |
Fix library installation in win32
|
changeset |
files
|
Wed, 29 Aug 2012 08:40:26 -0400 |
nemo |
disable snowball damage, by request of sheepluva
|
changeset |
files
|
Wed, 29 Aug 2012 12:48:27 +0200 |
sheepluva |
remove a redundant assignment; whitespace fixes
|
changeset |
files
|
Wed, 29 Aug 2012 11:35:38 +0400 |
unc0rr |
This should work better
|
changeset |
files
|
Tue, 28 Aug 2012 21:59:49 +0200 |
sheepluva |
fix build for me
|
changeset |
files
|
Tue, 28 Aug 2012 22:33:17 +0400 |
unc0rr |
Make ffmpeg optional for frontend
|
changeset |
files
|
Tue, 28 Aug 2012 22:32:19 +0400 |
unc0rr |
Small fix
|
changeset |
files
|
Tue, 28 Aug 2012 20:30:57 +0400 |
unc0rr |
Merge Stepik-777's video recording gsoc project
|
changeset |
files
|
Mon, 27 Aug 2012 16:52:50 -0400 |
nemo |
Starting to rewrite uFloat routines to avoid QWordValue - in the interests of JS which may get uint64/int64 in the spec in the future but does not have it now.
|
changeset |
files
|
Mon, 27 Aug 2012 17:40:16 +0200 |
Medo |
Merge
|
changeset |
files
|
Mon, 27 Aug 2012 11:05:09 +0200 |
sheepluva |
shutting the windows/pas2c build bot up: pas2c seems to fail parsing 'not' after a logical 'and' or 'or' (if no parenthesis)
|
changeset |
files
|
Sun, 26 Aug 2012 21:07:12 -0400 |
nemo |
Nerf X component a bit, allow knocks of nearby targets and upward kicks of overlapping
|
changeset |
files
|