~timfelgentreff/stratagus/+git/stratagus-github:stratagus_boswars-engine

Last commit made on 2014-03-15
Get this branch:
git clone -b stratagus_boswars-engine https://git.launchpad.net/~timfelgentreff/stratagus/+git/stratagus-github

Branch merges

Branch information

Name:
stratagus_boswars-engine
Repository:
lp:~timfelgentreff/stratagus/+git/stratagus-github

Recent commits

5e726a1... by feb <>

Escape key unselects units

4888e7d... by feb <>

New saves put the slot usage tables in a wrapper table.

Patch #8125 by James McCulloch to fix bug #35623: On Linux, Local game suddenly starts lagging, can't load saved game

fff2fba... by feb <>

Patch #8319: Fast-forward Through Command Line Option

d666765... by feb <>

Fixed command line speed option.

Alternative solution to the patch proposed by zerted.

29e15c0... by feb <>

Fixed bug #37861: "Set new units target" makes engineers harvest buildings

6aa338d... by feb <>

Only define STDCALL when needed.

0db2614... by feb <>

Upstep the version to 2.7.0.

f647cd9... by mvw <>

Update to the copyright year 2013.

f015a3b... by kon <>

Allow -v WIDTHxHEIGHT in command line

I had added the 1024x600 and 1366x768 video modes to the video options
menu in bos/bos SVN trunk r10045 on 2011-02-27. However, it was not
possible to select those modes with the -v mode command-line option,
which supported only five predefined modes: for example, -v 3 selected
1024x768. Remove this restriction, by also allowing e.g. -v 1366x768.

cda4d60... by kon <>

HandleCheats: always restore the Lua stack

When calling the HandleCheats Lua function, restore the depth of the
Lua stack even if HandleCheats is undefined or not a function. If
LuaCall reports a Lua error from within HandleCheats, don't output
anything more about it. If HandleCheats returns too few or too many
values, end the debug output with a newline.