[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 580: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 636: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4511: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3257)
OpenBW • [DONE] Source Code Availibility
Page 1 of 1

[DONE] Source Code Availibility

Posted: Wed Jan 11, 2017 3:47 am
by sheda
Is there any way to get access to the source code of the core engine? I'm a developer and would like to have a look to see if/how I could contribute.
(I don't have the MPQs at hand right now to study the replay viewer.)

Re: Source Code Availibility

Posted: Tue Jan 24, 2017 6:56 am
by tscmoo
We're not quite ready to share this yet, but the engine is intended to be an open source library that people can use or extend in any way they wish.

Re: Source Code Availibility

Posted: Tue Mar 07, 2017 2:28 am
by Rotsor
It's weird to call something open-source without making the source open. In fact these pages are quite misleading and got me over-excited:

http://www.openbw.com/ (3 occurrences of "open-source")
http://www.openbw.com/project/core-engine/ (1 occurrence)

I wish those statements were phrased in the future tense (or better, were true).

Re: Source Code Availibility

Posted: Wed Mar 08, 2017 3:35 am
by IMP
hey Rotsor

the code is in fact hosted in a public repository. we're just not advertising it.
What we do advertise is the code for the replay viewer, built with the generated javascript code of the core engine:
https://github.com/OpenBW

if you really want the c++ source as well maybe visit us at #openbw on IRC or drop us a PM.

regards