2013-06-12 |
koda |
oops, haskell uses gcc to link, correctly pass flags
|
changeset |
files
|
2013-06-11 |
koda |
since shared libs are now our friends, let's optimise them
|
changeset |
files
|
2013-06-11 |
koda |
aaaaand let's not forget about lua, which has also a slightly revised build process
|
changeset |
files
|
2013-06-11 |
koda |
drop the '_'
|
changeset |
files
|
2013-06-11 |
koda |
and now also avwrapper can be shared/static, add visibility to its exported functions, drop (needed only when static)
|
changeset |
files
|
2013-06-11 |
koda |
also physlayer can be comiled as static or shared now
|
changeset |
files
|
2013-06-17 |
koda |
redid FindGLEW in the right way (tm)
webgl
|
changeset |
files
|
2013-06-11 |
koda |
love cmake when it works
|
changeset |
files
|
2013-06-17 |
unC0Rr |
pas2c import
webgl
|
changeset |
files
|
2013-06-11 |
koda |
setup RPATH, bump cmake
|
changeset |
files
|
2013-06-17 |
koda |
update with default
webgl
|
changeset |
files
|
2013-06-11 |
koda |
these check are now useless
|
changeset |
files
|
2013-06-17 |
nemo |
Many of the gears treat non-0 timer as overridden. Added that check in more places so that lua could use this a tiny bit more consistently. Also preserve state for jetpack.
|
changeset |
files
|
2013-06-11 |
koda |
I hate you, I hate you with all my heart...
|
changeset |
files
|
2013-06-16 |
unc0rr |
'i' flag for in-room status
|
changeset |
files
|
2013-06-11 |
koda |
use BUILD_SHARED_LIBS to control whether a library is shared or static, make our bundled physfs library check for this configuration
|
changeset |
files
|
2013-06-12 |
koda |
fix launching on windows
|
changeset |
files
|
2013-06-10 |
koda |
move paths setup in separate cmake module
|
changeset |
files
|
2013-06-12 |
Periklis Ntanasis |
merge my campaign page changes with default
|
changeset |
files
|
2013-06-10 |
koda |
backout r1bed4aee19e0 and r3883b5dc600c
|
changeset |
files
|
2013-06-11 |
koda |
moar cpack ignore
|
changeset |
files
|
2013-06-11 |
koda |
merge (could have grafted)
|
changeset |
files
|
2013-06-11 |
koda |
osx, link also foundation to physfs
|
changeset |
files
|
2013-06-12 |
Periklis Ntanasis |
added images and corrected bug that didn't show correct description at some occasions
|
changeset |
files
|
2013-06-10 |
koda |
libssp (required by stack-protector) is not available on 10.4
|
changeset |
files
|
2013-05-27 |
Periklis Ntanasis |
issue 562, image and description for the campaign page
|
changeset |
files
|
2013-06-10 |
Periklis Ntanasis |
added missing image
|
changeset |
files
|
2013-06-10 |
Periklis Ntanasis |
changed variable and function name
|
changeset |
files
|
2013-06-10 |
Periklis Ntanasis |
removing sendstats(uScript) from luaAPI
|
changeset |
files
|
2013-06-10 |
Periklis Ntanasis |
created a new sendstat type for changing the kills label
|
changeset |
files
|
2013-06-08 |
Periklis Ntanasis |
fix non changing graph title and sendstat health
|
changeset |
files
|
2013-06-08 |
Periklis Ntanasis |
correct health statsend for lua scritps
|
changeset |
files
|
2013-06-08 |
Periklis Ntanasis |
added option to change stats graph title
|
changeset |
files
|
2013-06-06 |
Periklis Ntanasis |
made lua scripts able to turn off automatic game stats
|
changeset |
files
|
2013-06-06 |
Periklis Ntanasis |
LuaAPI sendstat finds correct clan colors by team names on siPlayerKills
|
changeset |
files
|
2013-06-03 |
Periklis Ntanasis |
added custom stats message
|
changeset |
files
|
2013-06-03 |
Periklis Ntanasis |
added sendstat and sendstats support for lua scripts
|
changeset |
files
|
2013-06-10 |
unc0rr |
More verbose initialization
|
changeset |
files
|
2013-06-10 |
koda |
visibility unsupported on windows
|
changeset |
files
|
2013-06-15 |
unc0rr |
Some fixes to make pas2c+clang compile all engine files
webgl
|
changeset |
files
|
2013-06-10 |
koda |
protect all types with -fstack-protector-all
|
changeset |
files
|
2013-06-15 |
unc0rr |
- Fix 'and not' without parentheses
webgl
|
changeset |
files
|
2013-06-10 |
koda |
stack-protector flag needs to be passed to the linker as well
|
changeset |
files
|
2013-06-15 |
unc0rr |
Allow building with modern 'base' package
webgl
|
changeset |
files
|
2013-06-06 |
koda |
port all Q_WS_* to Q_OS_* so that we are forward compatible with Qt5
|
changeset |
files
|
2013-06-09 |
koda |
lua warning with clang
webgl
|
changeset |
files
|
2013-06-09 |
unc0rr |
These could be handy
|
changeset |
files
|
2013-06-09 |
koda |
update with default
webgl
|
changeset |
files
|
2013-06-09 |
koda |
set linker flags where appropriate
|
changeset |
files
|
2013-06-09 |
koda |
this was getting annoying, don't error out on warnings physfs
|
changeset |
files
|
2013-06-08 |
nemo |
ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.
|
changeset |
files
|
2013-06-08 |
koda |
make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)
|
changeset |
files
|
2013-06-08 |
koda |
add fstack-protector and fvisibility=hidden to cmake tests
|
changeset |
files
|
2013-06-08 |
koda |
also apply linker flags to haskell programs
|
changeset |
files
|
2013-06-07 |
koda |
add relro linker tests (issue 663)
|
changeset |
files
|
2013-06-07 |
koda |
move compiler checks in a separate cmake module
|
changeset |
files
|
2013-06-07 |
koda |
simplify cmake message syntax a little bit
|
changeset |
files
|
2013-06-07 |
koda |
move platform specific and revision info code into separate cmake modules
|
changeset |
files
|
2013-06-07 |
sheepluva |
update changelog
|
changeset |
files
|
2013-06-07 |
nemo |
move 0.01 to the end to avoid increase damage fail on small values like fire. thanks to hedgewars wiki for noting this for fire damage.
|
changeset |
files
|
2013-06-07 |
sheepluva |
add note about mudball causing no direct damage to changelog
|
changeset |
files
|
2013-12-26 |
koda |
close branch
0.9.19
|
changeset |
files
|
2013-06-07 |
unc0rr |
Fix more warnings (lol @ icegun "consts")
|
changeset |
files
|
2013-09-13 |
unc0rr |
Skip some LandPixels manipulations in stats-only mode
0.9.19
|
changeset |
files
|
2013-06-07 |
unc0rr |
Merge
|
changeset |
files
|
2013-08-23 |
unc0rr |
Fix script flaw in detection of best team when sending achievement info
0.9.19
|
changeset |
files
|
2013-06-05 |
nemo |
Bump protocol and version (game desync would be triggered by b70352db5675, 2ae44c4381cd - other revisions probably safe)
|
changeset |
files
|
2013-08-23 |
unc0rr |
Fix build
0.9.19
|
changeset |
files
|
2013-06-05 |
nemo |
Restore CurAmmoType check as well, that was removed in r8f317ba10675 when trying to fix aiming during alt attack.
|
changeset |
files
|
2013-08-23 |
unc0rr |
Store TrophyRace records in database
0.9.19
|
changeset |
files
|
2013-06-05 |
sheepluva |
fixed all engine compilation hints and notes (that I could see)
|
changeset |
files
|
2013-06-04 |
koda |
parsing ok, stops at uGears
webgl
|
changeset |
files
|
2013-08-05 |
unc0rr |
Declare achievements in console statistics output
0.9.19
|
changeset |
files
|
2013-06-05 |
sheepluva |
fix last remaining warning in frontend
|
changeset |
files
|
2013-06-04 |
koda |
actually everything is CLANG'd
webgl
|
changeset |
files
|
2013-06-11 |
koda |
moar cpack ignore
0.9.19
|
changeset |
files
|
2013-06-05 |
sheepluva |
Hedgewars.png had a resolution more than twice as high as required; also fixed some (mostly obsolete) code that also contained a typo that would cause a warning/note in clang
|
changeset |
files
|
2013-06-04 |
koda |
move sdlmain_osx aside in its own folder so its include path is not contaminated
webgl
|
changeset |
files
|
2013-06-11 |
koda |
sigh, this follows r63bf1f4f40f8
0.9.19
|
changeset |
files
|
2013-06-05 |
sheepluva |
good-bye QAspectRatioLayout
|
changeset |
files
|
2013-06-04 |
koda |
update branch
webgl
|
changeset |
files
|
2013-06-11 |
koda |
backout a few commits that desyncronized translations and broke physfs on 32 bit
0.9.19
|
changeset |
files
|
2013-06-04 |
koda |
merge 0.9.19 in default
|
changeset |
files
|
2013-06-07 |
sheepluva |
fix issue 664 ("Quick game will fail if the randomly chosen theme is a DLC/custom one")
0.9.19
|
changeset |
files
|
2013-06-04 |
koda |
trying to appease almighty unC0Rr
0.9.19
|
changeset |
files
|
2013-06-04 |
koda |
sheepluva asked, one less gci task to do
0.9.19
|
changeset |
files
|
2013-06-04 |
koda |
sigh (qm files should not be in package_source either)
0.9.19
|
changeset |
files
|
2013-06-04 |
master_ex |
fix mission 6 hiding cyborg (issue 622)
0.9.19
|
changeset |
files
|
2013-06-04 |
koda |
this file is unused
0.9.19
|
changeset |
files
|
2013-06-04 |
inu |
portoguese update
0.9.19
|
changeset |
files
|
2013-06-04 |
koda |
apply raptor's fix on unix only
0.9.19
|
changeset |
files
|
2013-06-04 |
hasufell |
two german sentences
0.9.19
|
changeset |
files
|
2013-06-04 |
koda |
forgot this from r f529fba57ba5 (thanks LocutusOfBorg1)
0.9.19
|
changeset |
files
|
2013-06-04 |
koda |
more make package_source, moc and sh files
0.9.19
|
changeset |
files
|
2013-06-04 |
sheepluva |
adding some event-strings to german translation. most of these were suggested by Topf
0.9.19
|
changeset |
files
|
2013-06-03 |
c_korn |
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#deprecated-items - The Encoding key is deprecated.
0.9.19
|
changeset |
files
|
2013-06-03 |
koda |
yay no more linking workarounds (for statically linking physfs on 32 bit arch, bringing divd3 or stdc++ or gcc_s.so.1 dependencies)
0.9.19
|
changeset |
files
|
2013-06-03 |
raptor |
fix static physfs linking on 32 bit archs
0.9.19
|
changeset |
files
|
2013-06-05 |
unc0rr |
- Fix issue 521 by resending FULLMAPCONFIG on game finish to those who joined mid-game. Semitested.
|
changeset |
files
|
2013-06-03 |
sheepluva |
those "Unknown property overflow" messages were kinda getting old, time to get rid of them. also fix a typo in changelog spotted by c_korn
0.9.19
|
changeset |
files
|
2013-06-04 |
unc0rr |
Less confusion to translators
|
changeset |
files
|
2013-06-03 |
unc0rr |
Merge default to 0.9.19
0.9.19
|
changeset |
files
|
2013-06-04 |
unc0rr |
Proper parameters handling of chat commands
|
changeset |
files
|
2013-06-03 |
koda |
wow binary logic ftw
0.9.19
|
changeset |
files
|
2013-06-04 |
nemo |
blowtorch defrosts too
|
changeset |
files
|
2013-06-03 |
koda |
deleted .h in pascal engine
0.9.19
|
changeset |
files
|
2013-06-03 |
sphrix |
change portal mission name and update French translation (issue 569)
0.9.19
|
changeset |
files
|
2013-06-03 |
unc0rr |
Fix issue 652 and fix issue 645
|
changeset |
files
|
2013-06-03 |
sheepluva |
if you use misuse labels as comments please at least keep in mind that labels cannot be used inline, within code blocks or with indentation!
0.9.19
|
changeset |
files
|
2013-06-03 |
koda |
merge default with .19
|
changeset |
files
|
2013-06-03 |
koda |
Added tag 0.9.19-release for changeset 1617149e01a4
0.9.19
|
changeset |
files
|
2013-06-02 |
sheepluva |
fix the cmake flag PHYSFS_SYSTEM being called SYSTEM_PHYSFS in the code
0.9.19
|
changeset |
files
|
2013-05-31 |
nemo |
oups
0.9.19
|
changeset |
files
|
2013-05-31 |
nemo |
Merge 0.9.19
|
changeset |
files
|
2013-05-31 |
nemo |
fix locale load
0.9.19
|
changeset |
files
|
2013-05-31 |
koda |
don't pack .hi files, frontlib and other stuff
0.9.19
|
changeset |
files
|
2013-05-31 |
koda |
change cpack configuration file name so that it's not excluded by 'make package_source'
0.9.19
|
changeset |
files
|
2013-05-31 |
koda |
mystery of the ending prefix
0.9.19
|
changeset |
files
|
2013-05-30 |
unc0rr |
merge with tip
0.9.19 0.9.19-release
|
changeset |
files
|
2013-05-30 |
mikade |
Fix broken x/y values on Dangerous Ducklings
|
changeset |
files
|
2013-05-30 |
mikade |
Add Frenzy (Hysteria) style/gameplay script and cfg
|
changeset |
files
|
2013-05-30 |
unc0rr |
++protocol_number;
0.9.19
|
changeset |
files
|
2013-05-30 |
mikade |
As per request, add ice-gun (untested!)
|
changeset |
files
|
2013-05-29 |
nemo |
merge with tip
0.9.19
|
changeset |
files
|
2013-05-30 |
mikade |
Add how to play description to Mutant
|
changeset |
files
|
2013-05-29 |
nemo |
Since this keeps coming up. Sync engine and frontend wheel handling, again.
|
changeset |
files
|
2013-05-29 |
unc0rr |
merge
0.9.19
|
changeset |
files
|
2013-05-29 |
unc0rr |
bump copyright year for Andrey entries
|
changeset |
files
|
2013-05-29 |
szczur |
polish translation update
|
changeset |
files
|
2013-05-29 |
sphrix |
grammar
|
changeset |
files
|
2013-05-29 |
nemo |
Waddaya think. Add it for iced up water and mines/cases/explosives
|
changeset |
files
|
2013-05-29 |
nemo |
cancel on slide
|
changeset |
files
|
2013-05-29 |
koda |
two little changelog entries
|
changeset |
files
|
2013-05-29 |
koda |
.hgignore update
|
changeset |
files
|
2013-05-29 |
koda |
add hog freeze sound
|
changeset |
files
|
2013-05-29 |
nemo |
add ice beam sound
|
changeset |
files
|
2013-05-28 |
nemo |
frozen hog impact. koda says he'll add the beam
|
changeset |
files
|
2013-05-28 |
nemo |
*hate*
|
changeset |
files
|
2013-05-28 |
koda |
windows build script, get the temp variable from environment, avoiding potential permission problems
|
changeset |
files
|
2013-05-28 |
koda |
on Windows link libgcc statically to reduce the number of dlls
|
changeset |
files
|
2013-05-28 |
nemo |
< 256 is "thawing"
|
changeset |
files
|
2013-05-28 |
nemo |
fix mispositioned map.png
|
changeset |
files
|
2013-05-27 |
koda |
add 'random' dependency to server .cabal file (please test)
|
changeset |
files
|
2013-05-27 |
nemo |
don't resurrect frozen
|
changeset |
files
|
2013-05-27 |
unc0rr |
Fix "try again" button in "reconnected to fast" dialog trying to connect to port 0
|
changeset |
files
|
2013-05-27 |
unc0rr |
Fix room admin rights delegation by server admin when he isn't room admin
|
changeset |
files
|
2013-05-27 |
unc0rr |
'@' for server admin status, '+' for room admins
|
changeset |
files
|
2013-05-27 |
unc0rr |
Remove admin rights from old admin when he delegates room ownership
|
changeset |
files
|
2013-05-27 |
nemo |
should unfreeze on your turn
|
changeset |
files
|
2013-05-27 |
nemo |
increase width on medium/large templates by a couple of hundred px. should help issue #625 a bit. Shouldn't increase large any more tho, since we are at 4096 and would increase memory unnecessarily.
|
changeset |
files
|
2013-05-27 |
nemo |
Default to random guest username in all places net/nick is fetched. Fixes issue #588
|
changeset |
files
|
2013-05-27 |
unc0rr |
Merge
|
changeset |
files
|
2013-05-24 |
nemo |
Quick and dirty fix for fact that we no longer prompt for a username on connect, so blank username simply errors on connect.
|
changeset |
files
|
2013-05-24 |
nemo |
Fix config save problems, bug #510
|
changeset |
files
|
2013-05-24 |
nemo |
Add a mask, tweak changelog a bit
|
changeset |
files
|
2013-05-24 |
nemo |
few more changes
|
changeset |
files
|
2013-05-24 |
tiyuri |
Final starbound
|
changeset |
files
|
2013-05-23 |
koda |
perhaps unneeded, but...
|
changeset |
files
|
2013-05-23 |
koda |
lupdate
|
changeset |
files
|
2013-05-23 |
unc0rr |
Store suffix of .qm files instead of locale name
|
changeset |
files
|
2013-05-23 |
nemo |
Remove repetition. This map doesn't need to be so wide.
|
changeset |
files
|
2013-05-23 |
nemo |
So when I first upsized these, I neglected to remove the pixelated version when generating. Corrected that to avoid sharp edges. Also aggressively optimised for smoothing. Also took advantage of SVG to drag dino bones to water level for mikade.
|
changeset |
files
|
2013-05-22 |
nemo |
sheepluva suggestion for frozen barrel behaviour. untested.
|
changeset |
files
|
2013-05-22 |
nemo |
as long as a generic placeholder tint is in place. can't just exit
|
changeset |
files
|
2013-05-22 |
nemo |
fix dud mine explosion
|
changeset |
files
|
2013-05-22 |
tiyuri |
Add shrooms map
|
changeset |
files
|
2013-05-22 |
nemo |
Make frozen crates uncollectable, add some tinting to frozen items. Suggestions needed for what should happen to explosives
|
changeset |
files
|
2013-05-21 |
koda |
further limit asm
|
changeset |
files
|
2013-05-21 |
Periklis Ntanasis |
place better the current replay button
|
changeset |
files
|
2013-05-21 |
koda |
tip to highlight the new /rnd command
|
changeset |
files
|
2013-05-21 |
unc0rr |
merge
|
changeset |
files
|
2013-05-21 |
nemo |
ಠ_ಠ
|
changeset |
files
|
2013-05-21 |
unc0rr |
'/rnd' command. Pass it a (possibly empty) list of items.
|
changeset |
files
|
2013-05-21 |
unc0rr |
Allow messages containing word separators in server's additional console commands
|
changeset |
files
|
2013-05-21 |
unc0rr |
Fix issue 570 (GoBack() slot connected twice)
|
changeset |
files
|
2013-05-21 |
unc0rr |
Clear nickname in case of collision so client could try again. Should help with issue 550 if not fix it.
|
changeset |
files
|
2013-05-21 |
unc0rr |
Rooms list/chat splitter from issue 612
|
changeset |
files
|
2013-05-21 |
unc0rr |
Update ru localization
|
changeset |
files
|
2013-05-21 |
unc0rr |
Fix issue with last hog's part of team health bar
|
changeset |
files
|
2013-05-21 |
unc0rr |
Don't accept keyboard/mouse events on startup phase
|
changeset |
files
|
2013-05-21 |
unc0rr |
Use old method of locale detection, fallback to new one in case of problems
|
changeset |
files
|
2013-05-21 |
nemo |
Add gstFrozen state to mines/gears in range on frozen land creation, and set the mines to dud state. gstFrozen does nothing yet. Visually or otherwise.
|
changeset |
files
|
2013-05-21 |
nemo |
less pixelated tentacles
|
changeset |
files
|
2013-05-21 |
nemo |
yes. forgot this one too
|
changeset |
files
|
2013-05-21 |
nemo |
add haunty mask, fix tentacle mask
|
changeset |
files
|
2013-05-21 |
tiyuri |
Tentacles map. Fix cmakes for the others
|
changeset |
files
|
2013-05-20 |
nemo |
Mass rename to group the StarBound derived maps together.
|
changeset |
files
|
2013-05-20 |
tiyuri |
Oaks map
|
changeset |
files
|
2013-05-20 |
tiyuri |
Haunty map
|
changeset |
files
|
2013-05-20 |
nemo |
maybe a little edging will help?
|
changeset |
files
|
2013-05-20 |
tiyuri |
Grassy map
|
changeset |
files
|
2013-05-19 |
nemo |
forgot to crush
|
changeset |
files
|
2013-05-19 |
tiyuri |
Bones map
|
changeset |
files
|
2013-05-19 |
tiyuri |
Crystal map
|
changeset |
files
|
2013-05-18 |
sheepluva |
update rope icon and icegun icon
|
changeset |
files
|
2013-05-18 |
sheepluva |
changing slots of landgun and icegun, feel free to complain, improve and/or revert
|
changeset |
files
|
2013-05-17 |
sheepluva |
tweak freezer icon a little more
|
changeset |
files
|
2013-05-17 |
sheepluva |
changed icon for freezer ( issue 614 ), for rope (to be easier to recognize) and cluster bomb (to be easier to recognize and to so that it can be distinguished from the regular grenade's icon even when no color is present or perceived
|
changeset |
files
|
2013-05-17 |
unc0rr |
Ehm... fix 'uLandGenMaze.pas(18,19) Fatal: (2003) Syntax error, ")" expected but "identifier A" found' error encountered by one of the users O_o
|
changeset |
files
|
2013-05-16 |
unc0rr |
merge
|
changeset |
files
|
2013-05-16 |
sheepluva |
lupdate
|
changeset |
files
|
2013-05-16 |
nemo |
bleah. sorry for spam. this reverts the first attempt in uAmmos
|
changeset |
files
|
2013-05-16 |
unc0rr |
Fix mortar's scoring
|
changeset |
files
|
2013-05-16 |
nemo |
Yeah, this isn't safe either. Caused bug #629 - removing.
|
changeset |
files
|
2013-05-16 |
unc0rr |
Best level AI should maximize the score at all costs.
|
changeset |
files
|
2013-05-16 |
ChipHome |
updated italian translation
|
changeset |
files
|
2013-05-16 |
sheepluva |
I couldn't find any usage of these extern variables. neither in the file they are defined nor anywhere else in the code
|
changeset |
files
|
2013-05-16 |
sheepluva |
remove about 45 useless #include statements from campain.* - copypasta ftw, eh? :p
|
changeset |
files
|
2013-05-16 |
nemo |
better way to do it that avoids screwing up angle bounds on single saucer
|
changeset |
files
|
2013-05-16 |
nemo |
trying to prevent the AI from attacking barrels. feedback on this welcome.
|
changeset |
files
|
2013-05-15 |
nemo |
few more changelog entries
|
changeset |
files
|
2013-05-26 |
nemo |
change to RGB
|
changeset |
files
|
2013-05-14 |
nemo |
more stuff we thought of
|
changeset |
files
|
2013-05-14 |
nemo |
few things I thought of
|
changeset |
files
|
2013-05-14 |
nemo |
use bubbles underwater
|
changeset |
files
|
2013-05-14 |
nemo |
Rename submersible state, increase getaway time for attack underwater, slow down gear dx/dy underwater to simulate water resistance
|
changeset |
files
|
2013-05-14 |
nemo |
Actually, let's use *4 since could be fired from lower down
|
changeset |
files
|
2013-05-14 |
nemo |
more drowning fixes
|
changeset |
files
|
2013-05-14 |
nemo |
check for gear being current ammo
|
changeset |
files
|
2013-05-14 |
nemo |
yeah. this needs to only be for local play or it screws up small window size in network game
|
changeset |
files
|
2013-05-14 |
nemo |
some saucer thing for firing weps underwater and aiming and such. bit drunk and sleepy so testing I guess
|
changeset |
files
|
2013-05-13 |
koda |
fix issue 590, load nick after asking for it...
|
changeset |
files
|
2013-05-13 |
koda |
range checking for more engine command line parameters, issue 600
|
changeset |
files
|
2013-05-03 |
Periklis Ntanasis |
fix comparison error in Campaign mission 1
|
changeset |
files
|
2013-05-13 |
unc0rr |
Restore ready toggle for room admins (issue 432)
|
changeset |
files
|
2013-05-13 |
nemo |
Needs to reset net button, not toggle it.
|
changeset |
files
|
2013-05-12 |
nemo |
use less collision space for the holes
|
changeset |
files
|
2013-05-12 |
nemo |
don't draw a border if there's already a bottom border, avoid placing objects over gaps in the floor
|
changeset |
files
|
2013-05-12 |
nemo |
Package the 3 dynamic maps broken by recent uFloat changes as static maps. first_blood actually didn't seem to need it, but, just in case.
|
changeset |
files
|
2013-05-12 |
nemo |
suggestion of unc0rr's to fix issue w/ random maps in campaign. load sidecar packages in physfs for lua. should be useful also for lua that does custom layouts
|
changeset |
files
|
2013-05-12 |
nemo |
Change net button back on leaving main page.
|
changeset |
files
|
2013-05-12 |
nemo |
Basic workarounds for overlapping drawn map (rename buttons) and short team list (set a min height). Min size of form still fits targetted min size on desktop of 800x600
|
changeset |
files
|
2013-05-11 |
nemo |
Add shoppamap lua as mikade requested. also add 50% chance of bottom border w/ holes as he requested. Also disable land objects in shoppa scheme, since that's more common way to play it.
|
changeset |
files
|
2013-05-11 |
nemo |
I don't see how rating these against others is useful, given the limited radius, and the cluster bomb thing just seems counterproductive. Anyway, this prevents AI from picking on barrels.
|
changeset |
files
|
2013-05-10 |
nemo |
cases have no health
|
changeset |
files
|
2013-05-10 |
nemo |
I was using this to test firepunching likely duds, but most of the time that would probably just make him bazooka them
|
changeset |
files
|
2013-05-10 |
nemo |
Adjust barrel damage so AI can actually bat to explode them. Fix state flag check. Remove unneeded dmgMod var. Cancel dX for low dX barrel tracing.
|
changeset |
files
|
2013-05-09 |
nemo |
oops
|
changeset |
files
|
2013-05-09 |
nemo |
*sigh* freakin "with"
|
changeset |
files
|
2013-05-07 |
nemo |
oh right. and uSound. the main culprit.
|
changeset |
files
|