Tomasz Śniatowski
776f27f5ca
move src/lobby_data.?pp to src/gui/dialogs/lobby/ and split...
...
...lobby_info to a separate c/hpp
2010-02-09 02:26:13 +01:00
McShark
b1463170d6
Update according to recent file changes:
...
...added src/gui/widgets/tree_view_node.cpp+hpp
2010-02-08 20:37:48 +00:00
McShark
8b93454de6
Update according to recent file changes: added tree_view-widget
2010-02-07 15:20:52 +00:00
McShark
968d904a12
Update according to recent file changes:
...
...added src/gui/dialogs/icon_message.cpp+hpp
2010-02-02 20:12:21 +00:00
McShark
4eb7e7e501
Update according to recent file changes: movement of files to src/pathfind
2010-01-30 23:27:38 +00:00
McShark
91f440bbf5
svn.ignore: Use wildcards for vcproj.*.user
2010-01-30 20:55:46 +00:00
Iurii Chernyi
7a9caa4f36
added gamestate_observer class,
...
...used it to simplify candidate actions interface and implementation,
by making is_gamestate_changed flag managed externally, by rca stage
2010-01-29 23:17:35 +00:00
Iurii Chernyi
62b629e179
lua AI support engine, interface code and AI integration
2010-01-18 21:32:38 +00:00
McShark
0f26bb198e
Update according to recent file changes
2010-01-12 20:08:36 +00:00
McShark
8cc848d639
Update according to recent file changes
2010-01-09 18:15:30 +00:00
Tomasz Śniatowski
349e8e1d32
VC9 projectfile update
2010-01-04 01:00:53 +01:00
Iurii Chernyi
1462573062
refactoring of ai component model to a more object-oriented approach.
...
[modify_ai] now works fully and uniformly, with less code
duplication. added the ability to see all ai components from
gamestate_inspector.
2009-12-24 22:38:59 +00:00
Tomasz Śniatowski
ee01a65424
VC9 projectfile update
2009-12-12 17:52:45 +01:00
McShark
771a3bb08d
Update according to recent file changes
2009-12-11 22:52:55 +00:00
McShark
ea0947e422
Update according to recent file changes
2009-11-27 21:48:04 +00:00
Alexander van Gessel
08d132dded
Remove jwsmtp from projectfiles
2009-11-24 20:12:13 +01:00
Iurii Chernyi
71a84f6823
forked candidate action:
...
...testing_ai_default::default_move_to_targets_phase into
testing_ai_default::testing_move_to_targets_phase - set up everything
for experiments on ai movement and targeting phase
2009-10-09 00:53:04 +00:00
Iurii Chernyi
afb3c3ce78
new candidate action:
...
...testing_ai_default::default_move_to_targets_phase - copy of default
ai movements and targeting phase, as a candidate action
2009-10-09 00:11:27 +00:00
Iurii Chernyi
6c306a1830
patch #1319 by mordocai: EasyCoding task fixed - some AI code cleanup
2009-09-29 19:27:02 +00:00
McShark
6e19e946f6
Update according to recent file changes
2009-09-24 23:34:30 +00:00
Iurii Chernyi
fc0b7fa9d1
Fix MSVC project file to account for latest file changes...
...
...by mordante, euschn, silene. Patch by ugasoft.
2009-09-12 23:11:10 +00:00
Iurii Chernyi
2bac79fad0
new 'inspect' debug command, new [inspect] debug tag,
...
...new gamestate inspector dialog (prototype)
2009-09-05 11:02:23 +00:00
McShark
51657b7bc8
Update according to recent file changes:
...
...added src/gui/auxiliary/window_builder/horizontal_listbox.cpp+hpp
2009-08-27 19:22:32 +00:00
Iurii Chernyi
d2ef421454
Added component class interface, which is needed to support [modify_ai]
2009-08-23 19:30:38 +00:00
McShark
43ead3bbc8
Update according to recent file changes:
...
...added src/editor/editor_preferences.cpp+hpp
2009-08-22 12:34:25 +00:00
Tomasz Śniatowski
439618fe56
move editor preferences to a separate file
2009-08-22 11:57:40 +01:00
Iurii Chernyi
498c4f8977
Formula AI Debugger (uses --new-widgets )
2009-08-17 15:06:13 +00:00
Tomasz Śniatowski
ac1b674eef
vcproj update
2009-08-15 23:34:17 +01:00
McShark
c103d79f8c
Update according to recent file changes:
...
...added src/gui/dialogs/unit_create.cpp+hpp
2009-08-15 17:21:28 +00:00
Iurii Chernyi
cf0c168e1c
new source file for formula debugger
2009-08-08 22:27:50 +00:00
Iurii Chernyi
2ce5d43784
new formula_ai-related stages
2009-08-08 12:03:40 +00:00
Tomasz Śniatowski
1a934ac94b
rename editor2 -> editor. Old editor is long dead, long live the new editor!
2009-08-08 12:14:58 +01:00
McShark
8fefbc08a0
Update according to recent file changes: added src/lobby_preferences.cpp+hpp
2009-08-04 18:36:26 +00:00
Iurii Chernyi
ba6a7aa2c4
used 'attacks' aspect to keep a cache of attacks...
...
...shared between ai_default/formula_ai/composite_ai code
2009-08-03 22:03:13 +00:00
Tomasz Śniatowski
b46169639a
moved lobby-specific preferences...
...
...to a new lobby_preferences.hpp/cpp pair toreduce rebuild burden
when adding new preferences
renamed admin_authentication to parse_admin_athentication
renamed show_lobby_join to parse_should_show_lobby_join
2009-08-03 22:48:48 +01:00
Iurii Chernyi
09223f03cc
new AI configuration syntax. Note: boost 1.35 required for compilation
2009-08-01 14:17:15 +00:00
McShark
a63b02ea19
Update according to recent file changes
2009-07-27 14:11:31 +00:00
Tomasz Śniatowski
0d8e99d925
add a player info dialog that pops up on doubleclick...
...
...on newlobby's player list. Similar to the old lobby dialog.
2009-07-23 19:38:25 +01:00
McShark
f6874641c7
Update according to recent file changes
2009-07-22 16:32:58 +00:00
Tomasz Śniatowski
78ab6eebac
vcproj update
2009-07-21 12:45:32 +01:00
Tomasz Śniatowski
cd0b7b5787
vcproj update
2009-07-18 16:48:31 +01:00
Tomasz Śniatowski
5ae38e8898
split random.hpp into creating separate headers...
...
...for the rng and simple_rng class
2009-07-18 16:48:14 +01:00
Tomasz Śniatowski
a546d6473d
vcproj update
2009-07-18 16:47:26 +01:00
McShark
f7809deec1
Update according to recent file changes
2009-07-18 13:23:50 +00:00
McShark
98eecb8988
Update according to recent file changes (gui/dialogs/game_delete)
2009-07-16 19:24:47 +00:00
McShark
367591cd82
Update according to recent file changes (gui/dialogs/game_delete)
...
Removed fribidi from project file
2009-07-16 19:24:02 +00:00
Tomasz Śniatowski
0a7307b1b7
VC9: remove accidentally added NDEBUG define from debug...
...
...mode wesnothlib build options
2009-07-12 18:11:12 +01:00
Tomasz Śniatowski
93046fcb84
VC9 projectfile update: add NOMINMAX define,
...
...add defines to wesnothlib which it lacked
2009-07-11 23:21:47 +01:00
Tomasz Śniatowski
79c55de70f
VC9 projectfile update
2009-07-10 00:12:20 +01:00
Tomasz Śniatowski
1b07c2c3b3
Major VC9 projectfile update:
...
...add a wesnothlib project with common stuff from wesnoth and
wesnothd. Improves build times when building both and prevents
spurious errors from happening.
2009-07-08 20:37:17 +01:00