wesnoth/projectfiles/CodeBlocks-SCons
Subhraman Sarkar c2757a1d35 markup refactor: replace hardcoded markup strings
Examples:
formatter() << "<b>" << "Hello" << "</b>" becomes just markup::bold("Hello")
formatter() << font::span_color(color) << text << "</span>" becomes formatter() << markup::span_color(color, text)
also adds markup.cpp/markup.hpp to XCode and CodeBlocks source files and removes text_formatting.cpp/hpp from projectfiles.
2024-10-10 01:31:14 -04:00
..
wesnoth.cbp markup refactor: replace hardcoded markup strings 2024-10-10 01:31:14 -04:00
wesnoth.workspace Added CodeBlocks projectfiles which use SCons to build. 2008-12-22 10:14:34 +00:00
wesnothd.cbp Further consolidate logging functionality between Windows and non-Windows platforms. 2023-02-17 10:03:05 -06:00