Pentarctagon
c44cc2742e
Copyright update..
2023-04-29 10:48:11 -05:00
Charles Dang
3301023b8c
Removed invalidate_all call from floating_textbox::close
...
It works perfectly fine without it.
2022-04-01 02:47:28 -04:00
Pentarctagon
340023921d
2022 copyright update.
2022-03-06 19:07:13 -06:00
Pentarctagon
57ce449af8
Re-add attribution to copyright notices.
...
These are mostly useless and outdated/wrong, but apparently it's probably illegal to remove them.
2021-07-27 20:21:38 -05:00
Pentarctagon
ba75e1af50
Copyright update.
...
This additionally:
* Makes all copyright notices identical aside from the starting year for Wesnoth-specific source files. Files not included: mariadbpp, lua, spirit po, xbrz, and bcrypt (crypt_blowfish).
* Removes all attribution from the files, since the vast majority of them are outdated or seemingly just outright incorrect. For example, I would guess that Dave is no longer the sole author of the majority of Wesnoth's current code.
2021-07-26 11:38:03 -05:00
kabachuha
f924a75afc
added command history for in-game consoles
...
Added terminal-style command history browsing with up-down keys for in-game consoles used by debug mode, ai and search floating textboxes.
2021-02-18 16:39:17 +03:00
Martin Hrubý (hrubymar10)
6f468a3757
Migrate links to https if available
...
Closes #3343
2019-09-08 07:53:28 +02:00
Gregory A Lundberg
b5f76eff79
Bump copyright to 2018
2018-01-19 00:02:20 -06:00
Charles Dang
bc414b7264
Cleaned up a couple dozen unnecessary forward declarations
2017-12-03 09:05:39 +11:00
Charles Dang
2101353d36
Convert include guards to the shorter #pragma once
...
Turns out I mistook @celticminstrel's opinion that we should use include guards over pragma (737916e).
Since all major compilers support `#pragma once`, there's no reason not to use it.
For future mergability reasons, this excludes src/spirit_po and src/xBRZ. It also excludes src/boost-patched.
2017-05-09 19:41:37 +11:00
Celtic Minstrel
b4dc11ce36
Belated 2017 copyright update
2017-03-19 10:05:38 -04:00
Charles Dang
e78777caa3
Replaced instances of util::scoped_ptr with std::unique_ptr
2016-09-15 16:27:58 +11:00
Celtic Minstrel
3ac7f8d970
NULL -> nullptr
...
A few cases of NULL were missed, since changing them led to errors
(Mainly instances where it was passed to a boost::function)
2016-03-31 00:42:38 -04:00
Chris Beck
ba51524f6e
update copyright to year 2016
...
using this shell script:
find src -type f -print0 | xargs -0 sed -i "s|Copyright (C) \([[:digit:]]*\)\([ ]*\)-\([ ]*\)2015|Copyright (C) \1\2-\32016|g"
2016-01-02 23:59:31 -05:00
Ignacio R. Morelle
57ae45387a
New Year copyright update
2015-01-01 19:07:35 -03:00
Ignacio R. Morelle
a4f47a63c7
New Year copyright update
2014-01-01 02:08:52 -03:00
Eric S. Raymond
043c4f9fd3
Remove $Id$ cookies.
2013-03-26 21:41:37 -04:00
Mark de Wever
43b71f2ff0
New year copyright update.
2013-01-01 09:22:03 +00:00
Ignacio R. Morelle
6ca69b2df5
New year copyright update
2012-01-07 02:35:17 +00:00
Mark de Wever
ecbabea838
New year copyright update.
2011-01-01 15:57:50 +00:00
Mark de Wever
36cc6b5f82
Remove unneeded includes.
2010-10-28 21:06:24 +00:00
Guillaume Melquiond
eeb047de55
Fixed file headers so that they match the content of the COPYING file.
2010-09-01 21:12:38 +00:00
Ali El Gariani
3a19893efe
Clean and improves tab-completion: use units names when doing a search
2010-07-16 00:29:14 +00:00
Ali El Gariani
18b0942328
When using auto-completion, stop displaying possible choices...
...
...when there is only one. Use resources there.
2010-07-15 21:53:11 +00:00
Mark de Wever
d3f65176ed
Fix a MSVC compiler error.
...
The problem was reported and the patch tested by YogiHH. I didn't
check whether the scoped_recource really needs a complete type, just
changed it for MSVC.
2010-04-30 15:32:12 +00:00
Mark de Wever
92f5f92ce5
New year copyright update.
2010-01-01 13:16:49 +00:00
Mark de Wever
340da9e2fe
Remove an unneeded include.
2009-12-05 21:24:57 +00:00
Mark de Wever
a5d1d2e969
New year copyright update.
2009-01-01 10:27:41 +00:00
Gunter Labes
469fc378fb
redo parts of 2008-02-03T21:36:06Z!patrick_x99@hotmail.com, 2008-02-16T08:47:16Z!koraq@xs4all.nl and 2008-03-01T15:45:18Z!martinxyz@gmx.ch...
...
...that have been reverted by the formula ai merge
2008-04-25 01:55:51 +00:00
Mark de Wever
539e56344f
Revert commit 2008-03-30T20:37:54Z!jeremy.rosen@enst-bretagne.fr (patch 1034) for now.
...
It causes problems and the original author hasn't provided a good fix.
It will be reapplied once a proper fix is there or somebody wants to
fix it. (closes bug #11563.)
2008-04-24 18:28:15 +00:00
Jérémy Rosen
61e0cc38b3
add a history to all in-game commands, patch 1034 by rujasu
2008-03-30 20:37:54 +00:00
Bruno Wolff III
3e1c4a3d14
Silence gcc 4.3 warning about const return type.
2008-03-19 15:50:59 +00:00
David White
5c0df60c23
initial branch changes
2008-01-28 03:04:25 +00:00
Mark de Wever
da09d38210
Unclutter includes.
2007-12-22 10:35:34 +00:00
Mark de Wever
080eb69f60
Updated the headers to state GPL 2+ and a few changelog cleanups.
2007-08-15 13:41:56 +00:00
Mark de Wever
bb01934b85
A rather large update which updates the copyright info
...
* Wesnoth is distributed under the terms of the GPL version 2, made
that more explicit
* updated the copyright range to 2007
* updated Dave's email adress
2007-07-21 07:28:04 +00:00
Eric S. Raymond
9f11735f32
Split display.h up
...
in order to remove the last game_display dependency from the map
editor.
2007-06-28 10:25:30 +00:00
Eric S. Raymond
43e5de9fee
Huge patch pretty much all name changes.
...
display is now the base class and game_display the derived; code that
can use the base class because it doesn't need to grok units or teams
(like preferences.cpp and hotkeys.cpp) does so.
2007-06-28 05:32:36 +00:00
Mark de Wever
7c5c3d3ae4
set svn:keywords to 'Author Date Id Revision'
...
added /* $Id$ */ to files which didn't have that
2007-06-04 20:48:38 +00:00
David Philippi
24138ab340
reduced inter-header dependencies around unit.hpp
2007-01-04 18:13:49 +00:00
Gunter Labes
23ca57f01e
ran codeclean over all files and set them all to svn:eol-style 'native'
2006-06-05 20:02:25 +00:00
Jörg Hinrichs
644101318a
fixes bug #4233 (saving during enemies turn skips actual attack)
...
adds missing copyright
2006-05-16 17:50:09 +00:00
Dominic Bolin
9939aafe0f
Update project file and fix compile error
2006-04-06 23:44:15 +00:00
Jörg Hinrichs
48cf5672d9
some final enhancements
2006-04-05 18:36:28 +00:00
Jörg Hinrichs
c0aaa42bf1
fixes broken textbox
2006-03-31 05:35:13 +00:00
Jörg Hinrichs
739b66daf1
Done implementation, before bugfixing
2006-03-29 21:12:27 +00:00