Commit Graph

34 Commits

Author SHA1 Message Date
Allanis
bca14a3ab9 [Change] Added more control over fonts. 2014-03-08 01:57:19 +00:00
Allanis
69d3fb1825 [Change] Some more font tweaks. 2014-03-08 01:54:23 +00:00
Allanis
87ef9e5daa [Change] Seems to make fonts look even better! 2014-03-08 01:44:03 +00:00
Allanis
8471f53cc2 [Change] Cleaned up font stuff somewhat. 2014-03-08 01:38:10 +00:00
Allanis
5de9171093 [fixes #2] Greatly increased font quality! 2014-03-07 23:51:58 +00:00
Allanis
071fa6a7b8 [Fix] Urgh... Stop calling for freetype locally plox. kthxbai. 2014-03-06 02:37:40 +00:00
Allanis
cccb8cbff3 [Fix] Fixed some font regressions. 2014-03-04 00:34:44 +00:00
Allanis
3b3450213a [Change] No idea why I even made them while(1) in the first place.. 2014-02-11 05:02:57 +00:00
Allanis
5fcf3bbc92 [Change] Extracted some more common font code. 2014-02-11 04:18:03 +00:00
Allanis
b39876bb2b [Change] Unified some font stuff. 2014-02-09 15:52:03 +00:00
Allanis
8fa9b389b1 [Add] Documentation for fonts. 2013-10-19 23:14:06 +01:00
Allanis
673b83ea6a [Add] More doxygen along with some slight code cleaup. 2013-10-11 23:02:39 +01:00
Allanis
f26101197e [Fix] Removed extra offset added to gl_printHeight. 2013-08-03 18:40:47 +01:00
Allanis
d0b55f1d1b [Add] Loading screens!!! :D 2013-07-25 21:43:22 +01:00
Steven Arnow
a2bb0df939 All C++-comments in src/ should now be C89 comments 2013-06-22 22:10:25 +02:00
Allanis
00730b50a7 [Clean] gl_screen.[wh] = SCREEN_[WH] in most places. 2013-06-02 14:43:24 +01:00
Allanis
8f7ec2fa09 [Add] Finally added opengl error checking in DEBUG builds. 2013-05-15 23:22:39 +01:00
Allanis
2f3cae5b6b [Fix] Fonts: off by one memory issue. 2013-05-15 22:39:11 +01:00
Allanis
28e164cfba [Fix] Exterminating the bugs. Sorted invalid char generated with tab escape sequence. 2013-04-09 00:23:47 +01:00
Allanis
1c0d0cac11 [Add] Major release: First fancy missions for spaceport bars. 2013-04-06 17:11:35 +01:00
Allanis
ccbb8f1c2c [Add] gl_printHeight. 2013-03-30 20:58:52 +00:00
Allanis
f108df907e [Fix] Finaly think I fixed gl_printText properly!! 2013-03-22 21:12:31 +00:00
Allanis
8a1e7133c6 [Add] player_ships and player_getShip to manipulate player ships. 2013-03-22 20:17:16 +00:00
Allanis
fb5cc3cf18 [Fix] Major regression in gl_printText 2013-03-22 19:21:32 +00:00
Allanis
ab0ecfdede [Change] gl_printText is much more strict on width, with more checking. 2013-03-22 19:12:37 +00:00
Allanis
6a7c051851 [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
Allanis
4ea444b9ae [Change] All tabs back to spaces. 2013-03-21 00:27:05 +00:00
Allanis
74b7a22b6e [Fix] Font width issues.. 2013-03-20 23:17:40 +00:00
Allanis
1d6b0268b5 [Change] Cleaned up codebase to not exceed 80 characters. 2013-03-10 14:18:07 +00:00
Allanis
a10931b7b6 [Fix] Clearing out some warning that I allowed to slip in. 2013-02-26 17:48:47 +00:00
Tamir Atias
166dcc95f7 [Change] Renamed main.* to lephisto.*. 2013-02-23 22:38:03 +02:00
Allanis
ab4d06a707 [Add] OpenAL to makefile. Preparing for Audio enginey thing. 2013-02-21 23:42:47 +00:00
Allanis
9a9ace4a42 [Add] Text word wrapping/block text. Allowing for lovely descriptons of planets. 2013-02-19 14:18:55 +00:00
Allanis
d66e1a52f9 [Change] Font work was becoming a little too large to sit in opengl specific code. Moved to font.* 2013-02-19 12:24:55 +00:00